Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 1, 2024
1 parent 61186cc commit 335a307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
}
echo "filename=$filename" >> $env:GITHUB_OUTPUT
Compress-Archive out/install/x86-multi-config/* out/publish/$filename
$hash = Get-FileHash -Path out/publish/$filename -Algorithm SHA256
$hash = Get-FileHash -Path out/publish/$filename -Algorithm SHA256 | Select-Object Hash
Set-Content -Path out/publish/$filename.sha256 -Value $hash
- name: Archive ZIP
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
draft: false
make_latest: true
tag_name: ${{ inputs.version }}
name: ${{ inputs.version }}}
name: ${{ inputs.version }}
files: |
UnionAPI-v142-windows-2022-${{ inputs.version }}.zip
UnionAPI-v142-windows-2022-${{ inputs.version }}.zip.sha256
Expand Down

0 comments on commit 335a307

Please sign in to comment.