Skip to content

Commit

Permalink
remove upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbrantner authored Sep 25, 2024
1 parent 7995ea4 commit 7f94b47
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-tests-ubuntu-no-retry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,3 @@ jobs:
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue ${{ matrix.additionalParameters }}
providerStrategy: ${{ matrix.providerStrategy }}
allowDirtyBuild: true


###########################
# Upload #
###########################
- uses: actions/upload-artifact@v4
with:
name:
'Build ${{ matrix.targetPlatform }} on Ubuntu (${{ matrix.unityVersion }}_il2cpp_${{ matrix.buildWithIl2cpp
}}_params_${{ matrix.additionalParameters }})'
path: build
if-no-files-found: error
retention-days: 14

0 comments on commit 7f94b47

Please sign in to comment.