fix: release bug

This commit is contained in:
Hiddify
2024-02-02 15:44:33 +01:00
parent 45ca230d31
commit 87cd6a06c9
3 changed files with 37 additions and 35 deletions

View File

@@ -59,7 +59,6 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.job.aarch }}
- name: Setup macos
if: startsWith(matrix.job.target,'macos') || startsWith(matrix.job.target,'ios')
run: |
@@ -113,7 +112,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ./bin/*
files: ./bin/*.tar.gz
name: 'draft'
tag_name: 'draft'
prerelease: true
@@ -140,4 +139,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
files: bin/*
files: bin/*.tar.gz