Skip to content

Commit

Permalink
Try to fix sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Apr 2, 2021
1 parent 8b45f12 commit 29d84bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build add-on
run: scons
- name: Calculate sha256
run: "echo hashFiles('*.nvda-addon') >> changelog.md"
run: sha256sum *.nvda-addon >> changelog.md
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 29d84bc

Please sign in to comment.