File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Run Build
11
- uses : OxideMod/Actions/.github/workflows/game-build.yaml @main
11
+ uses : OxideMod/Actions/.github/workflows/game-build.yml @main
12
12
with :
13
13
game : " Rust"
14
14
branch-postfix : " -${{ github.ref_name }}"
15
15
secrets :
16
+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
17
+ NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
16
18
REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
17
-
19
+
18
20
deploy :
19
21
name : Deploy to S3
20
- uses : OxideMod/Actions/.github/workflows/r2-publish.yaml @main
22
+ uses : OxideMod/Actions/.github/workflows/r2-publish.yml @main
21
23
needs : build
22
24
with :
23
25
generate-filehash : true
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Run Build
11
- uses : OxideMod/Actions/.github/workflows/game-build.yaml @main
11
+ uses : OxideMod/Actions/.github/workflows/game-build.yml @main
12
12
with :
13
13
game : " Rust"
14
14
secrets :
15
+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
16
+ NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
15
17
REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
16
18
17
19
release :
You can’t perform that action at this time.
0 commit comments