Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Remove "deploys to github releases on tag"
  • Loading branch information
inthar-raven committed Aug 10, 2024
1 parent 54c8fca commit c59d963
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c59d963

Please sign in to comment.