Skip to content

Commit

Permalink
CI: add update-zip in useful location to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 22, 2024
1 parent 22998bc commit 33b9317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: build with Ant
run: ant distclean javadoc updater
- name: zip javadoc
run: zip -r javadoc.zip build/javadoc i2pupdate.zip
run: cp i2pupdate.zip build/javadoc/i2pupdate.zip && zip -r javadoc.zip build/javadoc
- name: Upload javadoc.zip
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 33b9317

Please sign in to comment.