Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Sep 1, 2023
1 parent 96ad55b commit e556dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
type: 'zip'
directory: 'jpackage/dist'
path: 'jpackage/dist/VRipper'
path: 'VRipper'
filename: 'vripper-linux-portable-${{ github.event.release.tag_name }}.zip'

- if: matrix.os == 'windows-latest'
Expand All @@ -104,7 +104,7 @@ jobs:
with:
type: 'zip'
directory: 'jpackage/dist'
path: 'jpackage/dist/VRipper'
path: 'VRipper'
filename: 'vripper-windows-portable-${{ github.event.release.tag_name }}.zip'

- if: matrix.os == 'macos-latest'
Expand All @@ -113,7 +113,7 @@ jobs:
with:
type: 'zip'
directory: 'jpackage/dist'
path: 'jpackage/dist/VRipper.app'
path: 'VRipper.app'
filename: 'vripper-macos-portable-${{ github.event.release.tag_name }}.zip'

- if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e556dd1

Please sign in to comment.