Skip to content

Commit 2a1a506

Browse files
committed
Fix can't get latest release of the tool
1 parent 3685952 commit 2a1a506

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Unturned.Redist.Client-Preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: robinraju/release-downloader@v1
3030
with:
3131
repository: RocketModFix/UnturnedRedistUpdateTool
32-
tag: latest
32+
latest: true
3333
fileName: UnturnedRedistUpdateTool.zip
3434
out-file-path: redist_tool
3535
extract: true

.github/workflows/Unturned.Redist.Client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: robinraju/release-downloader@v1
3030
with:
3131
repository: RocketModFix/UnturnedRedistUpdateTool
32-
tag: latest
32+
latest: true
3333
fileName: UnturnedRedistUpdateTool.zip
3434
out-file-path: redist_tool
3535
extract: true

.github/workflows/Unturned.Redist.Server-Preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: robinraju/release-downloader@v1
3030
with:
3131
repository: RocketModFix/UnturnedRedistUpdateTool
32-
tag: latest
32+
latest: true
3333
fileName: UnturnedRedistUpdateTool.zip
3434
out-file-path: redist_tool
3535
extract: true

.github/workflows/Unturned.Redist.Server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: robinraju/release-downloader@v1
3030
with:
3131
repository: RocketModFix/UnturnedRedistUpdateTool
32-
tag: latest
32+
latest: true
3333
fileName: UnturnedRedistUpdateTool.zip
3434
out-file-path: redist_tool
3535
extract: true

0 commit comments

Comments
 (0)