From f65e8af659565c84b9e309469da83fe1d1b6d685 Mon Sep 17 00:00:00 2001 From: 2ndTaleStudio <43264484+2ndTaleStudio@users.noreply.github.com> Date: Sat, 6 Feb 2021 23:09:25 +0100 Subject: [PATCH] fix CI issue --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db8f660..10fb0be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Publish-Dry-Run run: | - cd ../interrupt + cd ./interrupt cargo make publish_dry prepare_release: @@ -175,5 +175,5 @@ jobs: - name: Publish-Run run: | - cd ../interrupt/ + cd ./interrupt/ cargo make publish --env CRATES_TOKEN=${{ secrets.CRATES_TOKEN }}