Skip to content

Commit

Permalink
Fix computation of sha256 sum
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Oct 21, 2023
1 parent c29b83f commit 9ca85d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
--cross-file crossfile_arm.ini \
--buildtype=release \
--strip
DESTDIR=artifact ninja -C builddir install
sha256sum artifact/taranis.app > taranis.app.sha256
DESTDIR=./artifact ninja -C builddir install
sha256sum ./artifact/taranis.app > ./taranis.app.sha256
- name: Upload archive
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9ca85d8

Please sign in to comment.