include git short hash in artifact filename

This commit is contained in:
tGecko 2024-09-01 12:40:51 +02:00
parent 7551f061ad
commit 079ae9ef43
6 changed files with 37 additions and 7 deletions

View file

@ -34,8 +34,12 @@ jobs:
- name: Run AppImage packaging script
run: ./.github/linux-appimage-qt.sh
- name: Retrieve Git Hash
id: git-hash
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Upload executable
uses: actions/upload-artifact@v4
with:
name: shadps4-linux-qt
name: shadps4-linux-qt-${{ steps.git-hash.outputs.hash }}
path: Shadps4-qt.AppImage