Skip to content

Commit

Permalink
Update release-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Oct 23, 2024
1 parent 95ce2ba commit 8376dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
if: matrix.config.os == 'macos-latest'
run: npm run build:mac-$PLATFORM

- name: Check artifacts --DEBUG--
run: ls dist

- name: Sign the macOS Application
if: matrix.config.os == 'macos-latest'
run: |
Expand All @@ -154,9 +157,6 @@ jobs:
if: matrix.config.os == 'macos-latest'
run: xcrun stapler staple dist/Aesir-${{ env.VERSION }}.dmg

- name: Check artifacts --DEBUG--
run: ls dist

- name: Upload Release Asset Ubuntu
if: matrix.config.os == 'ubuntu-latest'
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8376dac

Please sign in to comment.