|
|
|
@ -30,7 +30,7 @@ jobs:
|
|
|
|
dotnet add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease
|
|
|
|
dotnet add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build
|
|
|
|
- name: Build
|
|
|
|
run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts
|
|
|
|
run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts /p:ContinuousIntegrationBuild=true
|
|
|
|
|
|
|
|
|
|
|
|
- name: Upload artifact
|
|
|
|
- name: Upload artifact
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
|