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 9d5418d commit 18ca617Copy full SHA for 18ca617
1 file changed
.github/workflows/workflow-prerelease.yml
@@ -23,18 +23,18 @@ jobs:
23
run: dotnet publish --runtime linux-x64 --configuration Release --no-restore --self-contained false /p:PublishSingleFile=true /p:PublishTrimmed=true
24
- name: Zip the Build
25
run: cd ./bin/Release/net9.0/linux-x64/ && zip -r ../../../../webdev-tool.zip ./* && cd -
26
- #- uses: actions/upload-artifact@v3
27
- # with:
28
- # name: zipped-tool
29
- # path: webdev-tool.zip
+ - uses: actions/upload-artifact@v4
+ with:
+ name: zipped-tool
+ path: webdev-tool.zip
30
31
publish:
32
runs-on: ubuntu-latest
33
needs: build
34
35
steps:
36
- uses: actions/checkout@v3
37
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
38
with:
39
name: zipped-tool
40
- uses: ncipollo/release-action@v1
0 commit comments