Skip to content

Commit

Permalink
Added creating a SHA file for the release artifact [comixed#98]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 5, 2020
1 parent 5696108 commit f9a5128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Expand Up @@ -25,12 +25,14 @@ jobs:
since_tag: v0.5.2-2
- name: Build project
run: mvn package -Pci -DskipTests -Dassembly-name=RELEASE
- name: Create SHA file.
run: shasum comixed-app/target/artifacts/comixed-app-0.7.0-0-RELEASE.zip > comixed-app-0.7.0-0.RELEASE.zip-sha
- name: Upload release artifact
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.md
files: |
comixed-app/target/artifacts/comixed-app-0.7.0-0-RELEASE.zip
comixed-app-0.7.0-0.RELEASE.zip-sha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9a5128

Please sign in to comment.