mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-23 18:37:18 +02:00
fix: fix release arg for cargo build
This commit is contained in:
parent
3bc87d7357
commit
eab7b1d3ff
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -41,7 +41,8 @@ jobs:
|
||||
- name: cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build --release
|
||||
command: build
|
||||
args: --release
|
||||
|
||||
- name: cargo clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user