Skip to content

Commit

Permalink
sha256sum取得場所の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Sep 23, 2023
1 parent e489df3 commit d14279e
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 @@ -29,7 +29,7 @@ jobs:
- name: Get checksum
id: cprs
run: |
echo "tarsha=$(sha256sum miria-$VERSION-amd64.tar.gz | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
echo "tarsha=$(sha256sum build/linux/x64/release/bundle/miria-$VERSION-amd64.tar.gz | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
- name: Upload artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d14279e

Please sign in to comment.