Skip to content

Commit

Permalink
removed unused gh uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Apr 2, 2024
1 parent 9b61505 commit a73149b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
run: |
yarn build:mac
ls dist
gh release upload "we-alpha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-${{ steps.version.outputs.APP_VERSION }}.dmg" --clobber
- name: build and upload the app (Ubuntu 22.04)
if: matrix.platform == 'ubuntu-22.04'
Expand All @@ -85,7 +84,6 @@ jobs:
run: |
yarn build:linux
ls dist
gh release upload "we-alpha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-${{ steps.version.outputs.APP_VERSION }}.AppImage" --clobber
- name: build, sign and upload the app (Windows)
shell: bash
Expand Down

0 comments on commit a73149b

Please sign in to comment.