Skip to content

Commit

Permalink
SFT-2325: attempted to fix target filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Sep 22, 2023
1 parent 6dcd653 commit fb502ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo "version=$(cat version.txt)" >> $GITHUB_ENV
just sign signing_key.pem "${version}" ${{ matrix.build.screen }}
just ports/stm32/hash ports/stm32/build-Passport/v${{env.version}}-beta${{ matrix.build.suffix }}.bin ${{ matrix.build.screen}}
just ports/stm32/hash ports/stm32/build-Passport/v${version}-beta${{ matrix.build.suffix }}.bin ${{ matrix.build.screen}}
env:
SIGNING_KEY: ${{ secrets.UserSigningKey }}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0

0 comments on commit fb502ab

Please sign in to comment.