File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
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
Original file line number Diff line number Diff line change 88jobs :
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
You can’t perform that action at this time.
0 commit comments