diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ff86079..193ca055 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: - name: Zip Modules run: | - zip -9 modules.zip -j output/*.tgz + zip -9j modules-${{ env.VERSION }}.zip output/*.tgz - name: Release uses: ncipollo/release-action@v1 @@ -268,5 +268,5 @@ jobs: body: | ${{ steps.Changelog.outputs.changelog }} artifacts: | - modules.zip + modules-*.zip ./output/*.tgz \ No newline at end of file