Skip to content

Commit

Permalink
more workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Jul 18, 2022
1 parent 9f62ef7 commit 91bc409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "dna.workdir/snapmail.webhapp" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "webhapp.workdir/snapmail.webhapp" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "out-builder/Snapmail-$SNAPMAIL_VERSION.AppImage" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "out-builder/latest-linux.yml" --clobber
- name: upload binary (macos only)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "workflow-test" "workdir/snapmail.webhapp" --clobber
gh release upload "workflow-test" "out/Snapmail-$SNAPMAIL_VERSION.AppImage" --clobber
gh release upload "workflow-test" "webhapp.workdir/snapmail.webhapp" --clobber
gh release upload "workflow-test" "out-builder/Snapmail-$SNAPMAIL_VERSION.AppImage" --clobber
- name: upload binary (macos only)
if: ${{ runner.os == 'macOs' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "workflow-test" "out/Snapmail-$SNAPMAIL_VERSION.dmg" --clobber
gh release upload "workflow-test" "out-builder/Snapmail-$SNAPMAIL_VERSION.dmg" --clobber
- name: upload binary (Windows only)
if: ${{ runner.os == 'Windows' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "workflow-test" "out/Snapmail Setup $env:SNAPMAIL_VERSION.exe" --clobber
gh release upload "workflow-test" "out-builder/Snapmail Setup $env:SNAPMAIL_VERSION.exe" --clobber

0 comments on commit 91bc409

Please sign in to comment.