Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz-shyper committed Mar 13, 2024
1 parent a6854a5 commit dac59f8
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 @@ -237,7 +237,7 @@ jobs:
run: |
pushd build_assets || exit 1
touch -mt $(date +%Y01010000) *
zip -9vr ../Webiste-${{ env.ASSET_NAME }}.zip .
zip -9vr ../Website-${{ env.ASSET_NAME }}.zip .
popd || exit 1
FILE=./Website-${{ env.ASSET_NAME }}.zip
DGST=$FILE.dgst
Expand Down

0 comments on commit dac59f8

Please sign in to comment.