Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Attempt to fix trojan falsely detected by windows in windows release
  • Loading branch information
basyniae authored Aug 6, 2024
1 parent 8e2287c commit 3f4aa81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ permissions:
on:
release:
types: [created]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -27,11 +26,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cargo cache
uses: Swatinem/rust-cache@v2
#- name: Cargo cache
# uses: Swatinem/rust-cache@v2
- name: Build and upload
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: voxircle
zip: windows
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f4aa81

Please sign in to comment.