Skip to content

Commit

Permalink
native packager fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 15, 2025
1 parent d1b53ad commit 14d03f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ant -noinput -buildfile build.xml peergos_submodule_sync dist
- name: Package for host OS
shell: bash
run: cp server/Peergos.jar packager/Peergos.jar && cd packager && java PackagePeergos.java
run: cd packager && java PackagePeergos.java
- name: Upload package artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 14d03f1

Please sign in to comment.