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.
2 parents ef71190 + 17a2b77 commit 5fbb9cbCopy full SHA for 5fbb9cb
.github/workflows/RedistTool.yaml
@@ -53,7 +53,7 @@ jobs:
53
run: "cd ./src/UnturnedRedistUpdateTool/bin/Release/net9.0/linux-x64 && zip -qq -r ./UnturnedRedistUpdateTool.zip *"
54
55
- name: Upload UnturnedRedistUpdateTool
56
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
57
with:
58
name: UnturnedRedistUpdateTool.zip
59
path: "./src/UnturnedRedistUpdateTool/bin/Release/net9.0/linux-x64/UnturnedRedistUpdateTool.zip"
0 commit comments