diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 666a471..8a77903 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -43,10 +43,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - run: | - pwd - find .. tag=$(git tag --points-at HEAD) if [ -z "$tag" ] then ls -l * + gh release create v0.0.0 -t test + gh release upload v0.0.0 */*.tgz fi