From d66df7cd81f1f83eeae0c039857102b9e045c3d0 Mon Sep 17 00:00:00 2001 From: Tiago Bento Date: Tue, 29 Oct 2019 19:57:21 -0300 Subject: [PATCH] Change latest symlink creationg --- .github/workflows/publish_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_artifacts.yml b/.github/workflows/publish_artifacts.yml index 80984c62d35..8d1679ca86e 100644 --- a/.github/workflows/publish_artifacts.yml +++ b/.github/workflows/publish_artifacts.yml @@ -50,7 +50,7 @@ jobs: run: | cd ../kogito-online rm -rf ./editors/latest - ln -s ${{ steps.release-tag.outputs.tag }} latest + ln -s ./editors/${{ steps.release-tag.outputs.tag }} ./editors/latest git config --global user.email "kogito-tooling-bot@gmail.com" git config --global user.name "kogito-tooling Bot (${{ github.actor }})" git add . && git commit -m "Update editors/latest to ${{ steps.release-tag.outputs.tag }}" || echo "No changes."