Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro authored Jan 4, 2024
1 parent a72869d commit 5b98e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build with Maven
run: mvn -B --show-version -ntp clean package --file pom.xml
- name: Zip and archive current directory
run: zip -r ${{ job.name }}.zip .
run: zip -r ${{ github.job }}.zip .
working-directory: /Users/runner/work/Brotli4j/

0 comments on commit 5b98e1b

Please sign in to comment.