Skip to content

Commit

Permalink
Update artifacts.yml
Browse files Browse the repository at this point in the history
Remove sniper whatever (whoever?) that is.
  • Loading branch information
TheIronWolfModding committed Sep 27, 2024
1 parent c209889 commit d89738e
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,40 +34,9 @@ jobs:
path: build/dxvk-${{ env.VERSION_NAME }}
if-no-files-found: error

artifacts-steamrt-sniper:
runs-on: ubuntu-20.04
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta

steps:
- name: Checkout code
id: checkout-code
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup problem matcher
uses: Joshua-Ashton/gcc-problem-matcher@v3

- name: Build release
id: build-release
shell: bash
run: |
export VERSION_NAME="${GITHUB_REF##*/}-${GITHUB_SHA##*/}"
./package-native.sh ${VERSION_NAME} build
echo "VERSION_NAME=${VERSION_NAME}" >> $GITHUB_ENV
- name: Upload artifacts
id: upload-artifacts
uses: actions/upload-artifact@v4
with:
name: dxvk-native-${{ env.VERSION_NAME }}
path: build/dxvk-native-${{ env.VERSION_NAME }}.tar.gz
if-no-files-found: error

merge-artifacts:
runs-on: ubuntu-20.04
needs: [artifacts-mingw-w64, artifacts-steamrt-sniper]
needs: [artifacts-mingw-w64]
steps:
- name: Get version
id: get-version
Expand Down

0 comments on commit d89738e

Please sign in to comment.