Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf committed Jun 30, 2024
1 parent 865ac6b commit 7e094a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo "Starting..." && cd scripts && chmod +x *.sh

- name: Build jar
run: echo "Starting..." && cd scripts && ./setup.sh && ./buildAll.sh && cp ../target/jasmarty-1.0-SNAPSHOT-runner.jar jasmarty.jar
run: echo "Starting..." && cd scripts && ./setup.sh && ./buildAll.sh && ls -lahrt ../target/ && cp ../target/jasmarty-1.0-SNAPSHOT-runner.jar jasmarty.jar

- name: Save jar
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7e094a7

Please sign in to comment.