Fix nightly-hash for PR

This commit is contained in:
Maschell 2023-07-19 18:50:14 +02:00
parent e6fbc8591d
commit 2ff6addbe6
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: create version.h
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
git_hash=$(git rev-parse --short "${{ github.event.pull_request.head.sha }}")
cat <<EOF > ./source/version.h
#pragma once
#define MODULE_VERSION_EXTRA " (nightly-$git_hash)"
@ -29,4 +29,4 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: binary
path: "*.wms"
path: "*.wms"