mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-24 19:36:17 +00:00
include git short hash in artifact filename
This commit is contained in:
parent
7551f061ad
commit
079ae9ef43
6 changed files with 37 additions and 7 deletions
6
.github/workflows/linux-qt.yml
vendored
6
.github/workflows/linux-qt.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue