diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 184909b..b4752f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,6 +34,12 @@ jobs: #artifacts: "./yacd.tar.gz" #token: ${{ secrets.RELEASE_KEY }} # - name: Release + - name: Release + uses: https://github.com/softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/heads/') + with: + files: yacd.tar.gz + #uses: https://github.com/softprops/action-gh-release@v1 #if: startsWith(github.ref, 'refs/tags/') #with: