From 152380cb8e3f0f176c2c69ac0142b0b75a1f6939 Mon Sep 17 00:00:00 2001 From: oliveregger Date: Wed, 15 May 2024 20:17:37 +0200 Subject: [PATCH] fix path --- .github/workflows/publish_ig.yml | 1 + 1 file changed, 1 insertion(+) 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