Skip to content

Commit

Permalink
Removed path from SHA filename [#98]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 21, 2020
1 parent d2b7414 commit 34f959d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Build project
run: mvn package -Pci -DskipTests -Dassembly-name=RELEASE
- name: Create SHA file.
run: shasum comixed-app/target/artifacts/comixed-app-0.6.0-0.rc5-RELEASE.zip > comixed-app-0.6.0-0.rc5.RELEASE.zip-sha
run: (cd comixed-app/target/artifacts; shasum comixed-app-0.6.0-0.rc5-RELEASE.zip > comixed-app-0.6.0-0.rc5.RELEASE.zip-sha)
- name: Upload release artifact
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
files: |
comixed-app/target/artifacts/comixed-app-0.6.0-0.rc5-RELEASE.zip
comixed-app-0.6.0-0.rc5.RELEASE.zip-sha
comixed-app/target/artifacts/comixed-app-0.6.0-0.rc5.RELEASE.zip-sha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 34f959d

Please sign in to comment.