mirror of
https://github.com/icewind1991/zox
synced 2026-06-03 18:34:07 +02:00
fix duplicate upload in release script
This commit is contained in:
parent
38f984d2de
commit
60d399015f
1 changed files with 0 additions and 7 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -33,13 +33,6 @@ jobs:
|
||||||
file: target/x86_64-unknown-linux-musl/release/zox
|
file: target/x86_64-unknown-linux-musl/release/zox
|
||||||
asset_name: zox
|
asset_name: zox
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
- name: Upload binary to release
|
|
||||||
uses: svenstaro/upload-release-action@v2
|
|
||||||
with:
|
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: target/x86_64-unknown-linux-musl/release/zox
|
|
||||||
asset_name: zox
|
|
||||||
tag: ${{ github.ref }}
|
|
||||||
|
|
||||||
fish:
|
fish:
|
||||||
name: Upload fish script
|
name: Upload fish script
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue