diff --git a/.github/workflows/publish_ig.yml b/.github/workflows/publish_ig.yml index 0284868..a25b2be 100644 --- a/.github/workflows/publish_ig.yml +++ b/.github/workflows/publish_ig.yml @@ -53,6 +53,7 @@ jobs: run: | cd /home/runner/work/${{ steps.repo_name.outputs.repo }}/${{ steps.repo_name.outputs.repo }} java -Xmx8192m -jar ../publisher.jar -ig . + cd .. cd .. - uses: actions/checkout@v4