File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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 }}
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
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 }}
1617
1718 release :
1819 name : Create Release
You can’t perform that action at this time.
0 commit comments