From 7d8b1288f9cf910711cbda096623cb7924007b0b Mon Sep 17 00:00:00 2001 From: Inthar the Crow-Magnon <36112167+inthar-raven@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:36:16 -0400 Subject: [PATCH] Update rust.yml Remove "deploys to github releases on tag" --- .github/workflows/rust.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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