Skip to content

Commit

Permalink
fixed typo in release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 11, 2023
1 parent 912be78 commit 44c995b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
run: |
yarn build:mac
ls dist
gh release upload "we-aplha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-${{ steps.version.outputs.APP_VERSION }}.dmg" --clobber
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 (Linux)
if: matrix.platform == 'ubuntu-20.04'
Expand All @@ -140,7 +140,7 @@ jobs:
run: |
yarn build:linux
ls dist
gh release upload "we-aplha-v${{ steps.version.outputs.APP_VERSION }}" "dist/org.lightningrodlabs.we-electron-alpha-${{ steps.version.outputs.APP_VERSION }}.AppImage" --clobber
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 and upload the app (Windows)
if: matrix.platform == 'windows-2019'
Expand All @@ -149,4 +149,4 @@ jobs:
run: |
yarn build:win
ls dist
gh release upload "we-aplha-v${{ steps.version.outputs.APP_VERSION }}" "dist/we-alpha-electron-${{ steps.version.outputs.APP_VERSION }}-setup.exe" --clobber
gh release upload "we-alpha-v${{ steps.version.outputs.APP_VERSION }}" "dist/we-alpha-electron-${{ steps.version.outputs.APP_VERSION }}-setup.exe" --clobber

0 comments on commit 44c995b

Please sign in to comment.