Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 1, 2024
1 parent 2a78b12 commit 2844650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
echo $gothicApiRef >> out/install/x86-multi-config/gothic-api.ref.txt
$date = Get-Date -Format 'yyyy.MM.ddTHH.mm'
echo $date >> out/install/x86-multi-config/build-time.txt
$filename = UnionAPI-$TOOLKIT-$env:OS-$date.zip
$os = $env:OS
$filename = "UnionAPI-$TOOLKIT-$os-$date.zip"
echo $filename >> $env:GITHUB_OUTPUT
Compress-Archive out/install/x86-multi-config/* out/install/x86-multi-config/$filename
$hash = Get-FileHash -Path $filename -Algorithm SHA256
Expand Down

0 comments on commit 2844650

Please sign in to comment.