-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,10 +47,10 @@ jobs: | |
rimworld-version: [1.4, 1.5] # Add Rimworld version here! | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Setup Dotnet | ||
uses: actions/setup-dotnet@v4.0.1 | ||
uses: actions/setup-dotnet@v4.1.0 | ||
with: | ||
dotnet-version: 8.0.x | ||
|
||
|
@@ -61,7 +61,7 @@ jobs: | |
# whatever you want. It will not upload any empty directories, those with only | ||
# hidden files will also be excluded. | ||
- name: Upload Mod Artifacts (RW ${{ matrix.rimworld-version }}) | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: build-${{ matrix.rimworld-version }} | ||
retention-days: 1 | ||
|
@@ -100,7 +100,7 @@ jobs: | |
zip -r ./${{ env.MOD_NAME }}.zip ./${{ env.MOD_NAME }}/* | ||
- name: Upload Mod Zip Artifact | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: ${{ env.MOD_NAME }} | ||
path: ${{ env.MOD_PATH }}.zip | ||
|
@@ -123,7 +123,7 @@ jobs: | |
|
||
# The repository needs to be checked out for the next changelog step. | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
# Download the build artifact from the package job. | ||
- name: Download Mod Artifacts from Build Step | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters