Skip to content

Commit 342e2fb

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

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/prerelease.yaml renamed to .github/workflows/prerelease.yml

Lines changed: 5 additions & 3 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:
16+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
17+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
1618
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
17-
19+
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

.github/workflows/release.yaml renamed to .github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +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:
15+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
16+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
1517
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
1618

1719
release:

0 commit comments

Comments
 (0)