mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 21:34:41 -05:00
Update go.yml
This commit is contained in:
parent
300bb4931d
commit
3318f5f2db
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.up
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./output/sub2clash-windows-386.exe
|
asset_path: ./output/sub2clash-windows-386.exe
|
||||||
asset_name: sub2clash-windows-386.exe
|
asset_name: sub2clash-windows-386.exe
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
@ -147,7 +147,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.up
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./output/sub2clash-windows-arm64.exe
|
asset_path: ./output/sub2clash-windows-arm64.exe
|
||||||
asset_name: sub2clash-windows-arm64.exe
|
asset_name: sub2clash-windows-arm64.exe
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
Loading…
Reference in New Issue
Block a user