From b765e0fe5f6db4dd6468f34b4a911c621677945a Mon Sep 17 00:00:00 2001 From: Sacha Avazashvili Date: Fri, 13 Sep 2024 12:16:57 +0200 Subject: [PATCH] remove cd --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 045f1bea..d2b94c9b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -117,8 +117,8 @@ jobs: - name: Prepare the integration zip run: | - cd ${{ github.event.repository.name }} zip -r ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}_integration.zip ${{ github.event.repository.name }} -x '*.git*' + - name: Publish the integration zip uses: shogo82148/actions-upload-release-asset@v1 with: