Skip to content

Commit

Permalink
Fix uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Jun 29, 2021
1 parent ad1757d commit 1872a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/[email protected]
with:
name: artifacts
path: ./pdfzoomwizard-linux
path: ./pdfzoomwizard-linux.tar.gz

native-macos:
needs: build
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: actions/[email protected]
with:
name: artifacts
path: ./pdfzoomwizard-macos
path: ./pdfzoomwizard-macos.tar.gz

native-windows:
needs: build
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
with:
draft: true
files: |
./pdfzoomwizard-linux
./pdfzoomwizard-macos
./pdfzoomwizard-linux.tar.gz
./pdfzoomwizard-macos.tar.gz
./pdfzoomwizard-windows.exe
./pdfzoomwizard.jar

0 comments on commit 1872a24

Please sign in to comment.