Skip to content

Commit 2612ddc

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ 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 }}
18+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
1719

1820
deploy:
1921
name: Deploy to S3
20-
uses: OxideMod/Actions/.github/workflows/r2-publish.yaml@main
22+
uses: OxideMod/Actions/.github/workflows/r2-publish.yml@main
2123
needs: build
2224
with:
2325
generate-filehash: true
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ 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 }}
17+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
1618

1719
release:
1820
name: Create Release

0 commit comments

Comments
 (0)