Skip to content

Commit

Permalink
checksum windows
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Oct 4, 2023
1 parent 33e4a93 commit 08f6a9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
$version_str=$(gc .\pubspec.yaml | select-string '(?<=^version: ).*' -AllMatches | Select-Object -Expand Matches | %{$_.Value})
echo "version_app=${version_str}" >> $Env:GITHUB_OUTPUT
- name: Checksum
run: |
sha256sum archethic-wallet
- name: Archive Artifact
run: |
mv build/windows/runner/Release/ archethic-wallet
Compress-Archive -Path archethic-wallet -DestinationPath "artifacts/archethic-wallet-${{ steps.get_version.outputs.version_app }}.zip"
- name: Checksum
run: |
sha256sum artifacts/archethic-wallet-${{ steps.get_version.outputs.version_app }}.zip
- name: Upload Artifact MSIX
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 08f6a9a

Please sign in to comment.