Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 1, 2024
1 parent ba3ca50 commit afcbffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
$filename = "UnionAPI-$TOOLKIT-$os-$date.zip"
echo "filename=$filename" >> $env:GITHUB_OUTPUT
Compress-Archive out/install/x86-multi-config/* out/publish/$filename
$hash = Get-FileHash -Path out/install/x86-multi-config/$filename -Algorithm SHA256
$hash = Get-FileHash -Path out/publish/$filename -Algorithm SHA256
Set-Content -Path out/publish/$filename.sha256 -Value $hash
- name: Archive ZIP
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit afcbffb

Please sign in to comment.