hardcode vpk channel
All checks were successful
Build / Build Launcher (push) Successful in 8m3s

This commit is contained in:
zznty
2024-10-22 23:02:10 +07:00
parent 2c6245c70b
commit 5556ebb523

View File

@@ -8,6 +8,9 @@ jobs:
build: build:
name: Build Launcher name: Build Launcher
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
VPK_CHANNEL: win
VPK_OUTPUT_DIR: Releases
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
with: with:
@@ -57,7 +60,7 @@ jobs:
VPK_NO_PORTABLE: true VPK_NO_PORTABLE: true
VPK_FRAMEWORK: net8.0-x64-desktop,vcredist120-x64,vcredist143-x64 VPK_FRAMEWORK: net8.0-x64-desktop,vcredist120-x64,vcredist143-x64
- run: ~/.dotnet/tools/vpk upload s3 -o Releases --bucket $VPK_BUCKET --endpoint $VPK_ENDPOINT - run: ~/.dotnet/tools/vpk upload s3 -o $VPK_OUTPUT_DIR --bucket $VPK_BUCKET --endpoint $VPK_ENDPOINT
name: Upload new release name: Upload new release
env: env:
VPK_KEY_ID: ${{ secrets.S3_KEY_ID }} VPK_KEY_ID: ${{ secrets.S3_KEY_ID }}