Skip to content

Commit 8484924

Browse files
authored
Bugfix/702 (#705)
* test version fix * split up files for easier updating * added git lookups * fix git sha lookup * add fix for typo fixes #702 #704
1 parent 299162e commit 8484924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pifile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
file: ${{ steps.packagezip.outputs.ZIP_FILENAME }}
135135
asset_name: ${{ steps.packagezip.outputs.ZIP_FILENAME }}
136136
tag: ${{needs.version.outputs.version }}
137-
latest: false
137+
make_latest: false
138138
prerelease: true
139139
#draft: true
140140
#body: ${{steps.github_release.outputs.changelog}}

updater/update.Pifile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(date '+%Y-%m-%d')
4545
EOF
4646

4747
cat > crankshaft.build << EOF
48-
$(git rev-parse --short)
48+
$(git rev-parse --short HEAD)
4949
EOF
5050

5151
cat > crankshaft.branch << EOF

0 commit comments

Comments
 (0)