Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMilarky authored Sep 18, 2024
1 parent d50d575 commit 1a11a12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
# windows-latest, macos-latest
os: [ubuntu-latest,macos-latest]
# windows-latest

defaults:
run:
Expand Down Expand Up @@ -90,7 +90,8 @@ jobs:
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
run: npm run dist

- name: Display structure of files
run: ls -R
- name: Upload AppImage
uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 1a11a12

Please sign in to comment.