mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
Upload only a single framework build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.configuration == 'Release'
|
||||
if: matrix.configuration == 'Release' && matrix.runs-on == 'windows-latest'
|
||||
with:
|
||||
name: DepotDownloader-${{ runner.os }}-framework
|
||||
name: DepotDownloader-framework
|
||||
path: artifacts
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user