Skip to content

Commit

Permalink
Bugfix/702 (#705)
Browse files Browse the repository at this point in the history
* test version fix

* split up files for easier updating

* added git lookups

* fix git sha lookup

* add fix for typo
 fixes #702 #704
matt2005 authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 299162e commit 8484924
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pifile.yml
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ jobs:
file: ${{ steps.packagezip.outputs.ZIP_FILENAME }}
asset_name: ${{ steps.packagezip.outputs.ZIP_FILENAME }}
tag: ${{needs.version.outputs.version }}
latest: false
make_latest: false
prerelease: true
#draft: true
#body: ${{steps.github_release.outputs.changelog}}
2 changes: 1 addition & 1 deletion updater/update.Pifile
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ $(date '+%Y-%m-%d')
EOF

cat > crankshaft.build << EOF
$(git rev-parse --short)
$(git rev-parse --short HEAD)
EOF

cat > crankshaft.branch << EOF

0 comments on commit 8484924

Please sign in to comment.