Skip to content

Commit

Permalink
dry-run with differen asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 15, 2023
1 parent 2a34f02 commit e55ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
yarn build:linux
ls dist
gh release upload "we-alpha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-UBUNTU-22.04-${{ steps.version.outputs.APP_VERSION }}.AppImage" --clobber
gh release upload "we-alpha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-UBUNTU-22.04-${{ steps.version.outputs.APP_VERSION }}.AppImage%#%org.lightningrodlabs.we-electron-alpha-UBUNTU-22.04-${{ steps.version.outputs.APP_VERSION }}" --clobber
- name: build and upload the app (Windows)
if: matrix.platform == 'windows-2019'
Expand Down

0 comments on commit e55ff86

Please sign in to comment.