Use a tarball for the steamrt-sniper artifact.

Zips can't preserve the symlink, so make the .tar.gz package with package_native.sh and zip that up instead.
This commit is contained in:
Ethan Lee 2023-12-12 17:41:54 -05:00
parent 0874478f49
commit b913222dcc
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
export VERSION_NAME="${GITHUB_REF##*/}-${GITHUB_SHA##*/}"
./package-native.sh ${VERSION_NAME} build --no-package
./package-native.sh ${VERSION_NAME} build
echo "VERSION_NAME=${VERSION_NAME}" >> $GITHUB_ENV
- name: Upload artifacts
@ -62,5 +62,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dxvk-${{ env.VERSION_NAME }}
path: build/dxvk-native-${{ env.VERSION_NAME }}
path: build/dxvk-native-${{ env.VERSION_NAME }}.tar.gz
if-no-files-found: error