Skip to content

Commit

Permalink
remove checksums temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Dec 17, 2023
1 parent 91801e5 commit 7ba4e7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
mkdir ./build/
cp "./nt-app/dist_electron/latest.yml" ./build/latest.yml
cp "./nt-app/dist_electron/Noita-Together-Setup-*" ./build/
- name: Output checksums
run: |
ls ./build/
$files = Get-ChildItem ./build
foreach ($f in $files){
certutil -hashfile ./build/$f
}
# - name: Output checksums TODO
# run: |
# ls ./build/
# $files = Get-ChildItem ./build
# foreach ($f in $files){
# certutil -hashfile ./build/$f
# }
- env:
buildVersion: ${{ steps.get_tag_version.outputs.version }}
name: Upload files to release
Expand Down

0 comments on commit 7ba4e7d

Please sign in to comment.