Skip to content

Commit

Permalink
CI: Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jan 31, 2024
1 parent b45fc09 commit d921a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Hash zip
run: |
$ReleaseHash-Full = Get-FileHash -Algorithm SHA256 ${{github.workspace}}/${{matrix.target}}.zip
$ReleaseHash-Full.Hash | Out-File -FilePath ${{github.workspace}}/${{matrix.target}}.zip.sha256
$ReleaseHash = Get-FileHash -Algorithm SHA256 ${{github.workspace}}/${{matrix.target}}.zip
$ReleaseHash.Hash | Out-File -FilePath ${{github.workspace}}/${{matrix.target}}.zip.sha256
- name: Create Release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit d921a7f

Please sign in to comment.