Skip to content

Commit

Permalink
SFT-2325: fixed target file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Sep 23, 2023
1 parent 70e674a commit 1014a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
version=$(cat version.txt)
echo "version=$(cat version.txt)" >> $GITHUB_ENV
just hash signing_key.pem "${version}" ports/stm32/build-Passport/v${version}-beta${{ matrix.build.suffix }}.bin ${{ matrix.build.screen}}
just hash signing_key.pem "${version}" build-Passport/v${version}-beta${{ matrix.build.suffix }}.bin ${{ matrix.build.screen}}
env:
SIGNING_KEY: ${{ secrets.UserSigningKey }}

Expand Down

0 comments on commit 1014a29

Please sign in to comment.