diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3d91a7..84fe817 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Zip subdirectory run: > - cd ${{ env.SOURCE_SUBDIRECTORY }}/* && + cd ${{ env.SOURCE_SUBDIRECTORY }} && zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./ - name: Create Release