Skip to content

Commit

Permalink
remove cd
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaAvazashvili committed Sep 13, 2024
1 parent b799f62 commit b765e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b765e0f

Please sign in to comment.