diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 87b86734..6137bde7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -77,21 +77,3 @@ jobs: name: result path: | ./artifacts - - # deploys to github releases on tag - deploy: - if: startsWith(github.ref, 'refs/tags/') - needs: build - runs-on: ubuntu-latest - steps: - - name: Download artifacts - uses: actions/download-artifact@v2 - with: - name: result - path: ./artifacts - - name: List - run: find ./artifacts - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: ./artifacts/*.tar.gz