diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index c51f2b1..991583e 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -63,13 +63,17 @@ jobs: release: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') permissions: contents: write needs: - build steps: + - name: Download artifacts + uses: actions/download-artifact@v4 + - name: Display structure of downloaded files + run: ls -R - name: Create Release uses: softprops/action-gh-release@v2 with: - files: build/* + files: builds/*