4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- run: dotnet tool install -g vpk
|
||||
|
||||
- run: ~/.dotnet/tools/vpk download s3 --bucket $VPK_BUCKET
|
||||
- run: ~/.dotnet/tools/vpk download s3 --bucket $VPK_BUCKET --endpoint $VPK_ENDPOINT
|
||||
name: Download previous release
|
||||
env:
|
||||
VPK_KEY_ID: ${{ secrets.S3_KEY_ID }}
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
VPK_NO_PORTABLE: true
|
||||
VPK_FRAMEWORK: net8.0-x64-desktop,vcredist120-x64,vcredist143-x64
|
||||
|
||||
- run: ~/.dotnet/tools/vpk upload s3 -o Releases --bucket $VPK_BUCKET
|
||||
- run: ~/.dotnet/tools/vpk upload s3 -o Releases --bucket $VPK_BUCKET --endpoint $VPK_ENDPOINT
|
||||
name: Upload new release
|
||||
env:
|
||||
VPK_KEY_ID: ${{ secrets.S3_KEY_ID }}
|
||||
|
Reference in New Issue
Block a user