|
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|
|
|
|
run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts /p:ContinuousIntegrationBuild=true
|
|
|
|
|
|
|
|
|
|
- name: Upload artifact
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'windows-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-framework
|
|
|
|
|
@ -70,7 +70,7 @@ jobs:
|
|
|
|
|
run: dotnet publish DepotDownloader/DepotDownloader.csproj --configuration Release -p:PublishSingleFile=true -p:DebugType=embedded --self-contained --runtime osx-arm64 --output selfcontained-osx-arm64
|
|
|
|
|
|
|
|
|
|
- name: Upload Windows-x64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'windows-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-windows-x64
|
|
|
|
|
@ -78,7 +78,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload Windows-arm64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'windows-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-windows-arm64
|
|
|
|
|
@ -86,7 +86,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload Linux-x64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'ubuntu-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-linux-x64
|
|
|
|
|
@ -94,7 +94,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload Linux-arm
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'ubuntu-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-linux-arm
|
|
|
|
|
@ -102,7 +102,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload Linux-arm64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'ubuntu-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-linux-arm64
|
|
|
|
|
@ -110,7 +110,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload macOS-x64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-latest'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-macos-x64
|
|
|
|
|
@ -118,7 +118,7 @@ jobs:
|
|
|
|
|
if-no-files-found: error
|
|
|
|
|
|
|
|
|
|
- name: Upload macOS-arm64
|
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|
uses: actions/upload-artifact@v5
|
|
|
|
|
if: matrix.configuration == 'Release' && matrix.runs-on == 'macos-14'
|
|
|
|
|
with:
|
|
|
|
|
name: DepotDownloader-macos-arm64
|
|
|
|
|
|