Skip to content

Commit

Permalink
yet, didnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Aug 21, 2024
1 parent b2f5051 commit f98b220
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/electron-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
CI: true

on:
pull_request:
push:
tags:
- v**
Expand Down Expand Up @@ -57,7 +56,6 @@ jobs:
CSC_LINK: ${{ secrets.CSC_LINK }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: 79ANZ983YF
CSC_FOR_PULL_REQUEST: true
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
- name: Build Electron
if: ${{ ! startsWith(matrix.os, 'macos') }}
Expand All @@ -79,12 +77,12 @@ jobs:
name: actual-electron-${{ matrix.os }}-appx
path: |
packages/desktop-electron/dist/*.appx
# - name: Add to Release
# uses: softprops/action-gh-release@v2
# with:
# files: |
# packages/desktop-electron/dist/*.dmg
# packages/desktop-electron/dist/*.exe
# !packages/desktop-electron/dist/Actual-windows.exe
# packages/desktop-electron/dist/*.AppImage
# packages/desktop-electron/dist/*.flatpak
- name: Add to Release
uses: softprops/action-gh-release@v2
with:
files: |
packages/desktop-electron/dist/*.dmg
packages/desktop-electron/dist/*.exe
!packages/desktop-electron/dist/Actual-windows.exe
packages/desktop-electron/dist/*.AppImage
packages/desktop-electron/dist/*.flatpak

0 comments on commit f98b220

Please sign in to comment.