Skip to content

Commit

Permalink
Fixed the Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
spoto committed Mar 29, 2024
1 parent b3de382 commit 1f45106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Build with Maven
run: mvn -B package -Dmaven.javadoc.skip --file pom.xml
- name: Tar moka
run: tar -cvf moka.tar modules/* moka moka.bat; gzip moka.tar
run: tar -cvf moka.tar io-hotmoka-moka/modules/* moka moka.bat; gzip moka.tar
- name: Tar blue
run: tar --transform='s/moka$/blue/' --transform='s/moka.bat$/blue.bat/' -cvf blue.tar modules/* moka moka.bat; gzip blue.tar
run: tar --transform='s/moka$/blue/' --transform='s/moka.bat$/blue.bat/' -cvf blue.tar io-hotmoka-moka/modules/* moka moka.bat; gzip blue.tar
- name: Upload moka
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1f45106

Please sign in to comment.