1
0
Fork 0
mirror of https://github.com/icewind1991/zox synced 2026-06-03 10:24:06 +02:00

fix duplicate upload in release script

This commit is contained in:
Robin Appelman 2021-02-21 16:39:20 +01:00
commit 60d399015f

View file

@ -33,13 +33,6 @@ jobs:
file: target/x86_64-unknown-linux-musl/release/zox
asset_name: zox
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:
name: Upload fish script