Skip to content

Commit 400fcde

Browse files
ads102003MrBlue
authored andcommitted
Update GH actions to use new game build
1 parent 6570d52 commit 400fcde

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ on:
88
jobs:
99
build:
1010
name: Run Build
11-
uses: OxideMod/Actions/.github/workflows/game-build.yaml@main
11+
uses: OxideMod/Actions/.github/workflows/game-build.yml@main
1212
with:
1313
game: "Rust"
1414
branch-postfix: "-${{ github.ref_name }}"
1515
secrets:
1616
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
17+
NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
1718

1819
deploy:
1920
name: Deploy to S3
20-
uses: OxideMod/Actions/.github/workflows/r2-publish.yaml@main
21+
uses: OxideMod/Actions/.github/workflows/r2-publish.yml@main
2122
needs: build
2223
with:
2324
generate-filehash: true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88
jobs:
99
build:
1010
name: Run Build
11-
uses: OxideMod/Actions/.github/workflows/game-build.yaml@main
11+
uses: OxideMod/Actions/.github/workflows/game-build.yml@main
1212
with:
1313
game: "Rust"
1414
secrets:
1515
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
16+
NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
1617

1718
release:
1819
name: Create Release

0 commit comments

Comments
 (0)