Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed May 27, 2024
1 parent 106275c commit 7bf11dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Calculate SHA256
id: calculate-sha256
run: |
echo release=$(sha256sum SDK.zip | awk '{print $1}') >> $GITHUB_OUTPUT
echo release=$(sha256sum release/SDK.zip | awk '{print $1}') >> $GITHUB_OUTPUT
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 7bf11dc

Please sign in to comment.