diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dac179e..67e2223d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: artifacts - path: goe*.tar.bz2 + path: dist/*.tar.gz if-no-files-found: error publish: name: Publish release @@ -42,4 +42,4 @@ jobs: - name: Add package to current release uses: softprops/action-gh-release@v2 with: - files: goe*.tar.bz2 \ No newline at end of file + files: goe*.tar.gz