Skip to content

Commit 18ca617

Browse files
committed
Test
1 parent 9d5418d commit 18ca617

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/workflow-prerelease.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
run: dotnet publish --runtime linux-x64 --configuration Release --no-restore --self-contained false /p:PublishSingleFile=true /p:PublishTrimmed=true
2424
- name: Zip the Build
2525
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
26+
- uses: actions/upload-artifact@v4
27+
with:
28+
name: zipped-tool
29+
path: webdev-tool.zip
3030

3131
publish:
3232
runs-on: ubuntu-latest
3333
needs: build
3434

3535
steps:
3636
- uses: actions/checkout@v3
37-
- uses: actions/download-artifact@v3
37+
- uses: actions/download-artifact@v4
3838
with:
3939
name: zipped-tool
4040
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)