Skip to content

Commit

Permalink
kire fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Sep 22, 2023
1 parent 28c4e62 commit e3b3e7d
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 -d ' ' -f 1)" >> $GITHUB_OUTPUT
echo "tarsha=$(sha256sum miria-$VERSION-amd64.tar.gz | cut -f 1)" >> $GITHUB_OUTPUT
- name: Upload artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3b3e7d

Please sign in to comment.