Skip to content

Commit

Permalink
#251: fix nightly-build
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Mar 18, 2024
1 parent 8e44c02 commit 8331258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Make natives available and build project
run: |
mvn -B -ntp -Dstyle.color=always install
mv ./natives/* ./cli/target/package/bin/
mv ./natives/* ./cli/target/
- name: Deploy to OSSRH nexus
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 8331258

Please sign in to comment.