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 6993fd3 commit 28c4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get checksum
id: cprs
run: |
echo "tarsha=$(sha256sum miria-$VERSION-amd64.tar.gz | grep -f 1)" >> $GITHUB_OUTPUT
echo "tarsha=$(sha256sum miria-$VERSION-amd64.tar.gz | grep -d ' ' -f 1)" >> $GITHUB_OUTPUT
- name: Upload artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 28c4e62

Please sign in to comment.