mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 18:42:32 +08:00
Fix fury workflow
This commit is contained in:
parent
e27fb51b54
commit
acd438be23
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser-pro
|
distribution: goreleaser-pro
|
||||||
version: latest
|
version: latest
|
||||||
args: goreleaser release -f .goreleaser.fury.yaml --clean
|
args: release -f .goreleaser.fury.yaml --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||||
|
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user