Update rust.yml

This commit is contained in:
Droid-MAX
2023-05-10 11:57:46 +08:00
parent de4f42537d
commit f4869ebd1d
+2 -1
View File
@@ -3,7 +3,7 @@ name: Rust
on: on:
push: push:
tags: tags:
- '*' - '*'
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@@ -139,3 +139,4 @@ jobs:
files: ./artifacts/*.tar.gz files: ./artifacts/*.tar.gz
tag: ${{ github.ref }} tag: ${{ github.ref }}
overwrite: true overwrite: true
file_glob: true