Skip to content

Commit

Permalink
Update flatpak_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux authored Sep 22, 2023
1 parent c2bf517 commit d47c7d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flatpak_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Compress App
run: |
tar -czaf miria-$VERSION-amd64.tar.gz ./build/linux/x64/release/bundle/*
- id: cprs
- name: Get checksum
id: cprs
run: |
echo "tarsha=$(sha256sum miria-$VERSION-amd64.tar.gz | grep -f 1)" >> $GITHUB_OUTPUT
- name: Upload artifact
Expand Down

0 comments on commit d47c7d9

Please sign in to comment.