Skip to content

Commit

Permalink
Merge branch 'release/0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Jun 29, 2021
2 parents 5db3018 + 33d8bef commit 9f1094f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/upload-artifact@v2.2.4
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/upload-artifact@v2.2.4
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.beatngu13</groupId>
<artifactId>pdfzoomwizard</artifactId>
<version>0.8.0-beta.4</version>
<version>0.8.0-beta.5</version>

<name>PDF Zoom Wizard</name>

Expand Down

0 comments on commit 9f1094f

Please sign in to comment.