We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81efb2 commit 3d56697Copy full SHA for 3d56697
.github/workflows/release_map_builder.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: self-hosted
22
steps:
23
- name: "Checkout repository"
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
- name: "Restore & build project"
26
run: |
27
dotnet build -c Release ./src/AITSYS.RpgMakerMv.MapInfos/AITSYS.RpgMakerMv.MapInfos.csproj
.github/workflows/release_rpc.yml
@@ -26,7 +26,7 @@ jobs:
28
29
30
31
32
dotnet build -c Release ./src/AITSYS.RpgMakerMv.Rpc/AITSYS.RpgMakerMv.Rpc.csproj
0 commit comments