Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
(cherry picked from commit 48df526)
  • Loading branch information
Droid-MAX authored and vnt-dev committed Jun 23, 2023
1 parent 1cc2405 commit 9cba2ca
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Rust

on:
push:
pull_request:
tags:
- '*'

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -128,6 +129,10 @@ jobs:
- name: List
run: find ./artifacts
- name: Release
uses: softprops/action-gh-release@v1
uses: svenstaro/upload-release-action@v2
with:
files: ./artifacts/*.tar.gz
repo_token: ${{ secrets.YOURTOKEN }}
file: ./artifacts/*.tar.gz
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 9cba2ca

Please sign in to comment.