This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user