mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Fix CI artifact naming and dependency
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Store release artifacts
|
- name: Store release artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-folder
|
name: dist-release
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Store release artifacts
|
- name: Store release artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-dll
|
name: dist-release-dll
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
|
|
||||||
@ -116,12 +116,12 @@ jobs:
|
|||||||
- name: Download release artifacts
|
- name: Download release artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist-release
|
||||||
|
|
||||||
- name: Download release-dll artifacts
|
- name: Download release-dll artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-dll
|
name: dist-release-dll
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: "dir /A-D /S /B"
|
run: "dir /A-D /S /B"
|
||||||
|
|||||||
Reference in New Issue
Block a user