diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44774de..387c6d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -226,6 +226,7 @@ jobs: with: name: ${{ env.DEB_PACKAGE_NAME }} path: ${{ env.DEB_PACKAGE_PATH }} + archive: false - name: Release DEB package artifact (RelWithDebInfo only) uses: softprops/action-gh-release@v2.5.0 @@ -240,6 +241,7 @@ jobs: with: name: ${{ env.RPM_PACKAGE_NAME }} path: ${{ env.RPM_PACKAGE_PATH }} + archive: false - name: Release RPM package artifact (RelWithDebInfo only) uses: softprops/action-gh-release@v2.5.0 if: matrix.build_type == 'RelWithDebInfo' && runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/') && matrix.release == 'stable' @@ -253,6 +255,7 @@ jobs: with: name: ${{ env.TGZ_PACKAGE_NAME }} path: ${{ env.TGZ_PACKAGE_PATH }} + archive: false - name: Release TGZ package artifact (RelWithDebInfo only) uses: softprops/action-gh-release@v2.5.0