mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
Update release.yml
This commit is contained in:
parent
18dde03873
commit
d0d894c168
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
onefile: true
|
onefile: true
|
||||||
|
|
||||||
- name: Upload Artifact[win-x64]
|
- name: Upload Artifact[win-x64]
|
||||||
uses: actions/upload-artifact
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GoFileCLI_win-x64
|
name: GoFileCLI_win-x64
|
||||||
path: |
|
path: |
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
onefile: true
|
onefile: true
|
||||||
|
|
||||||
- name: Upload Artifact[linux-x64]
|
- name: Upload Artifact[linux-x64]
|
||||||
uses: actions/upload-artifact
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GoFileCLI_linux-x64
|
name: GoFileCLI_linux-x64
|
||||||
path: |
|
path: |
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
onefile: true
|
onefile: true
|
||||||
|
|
||||||
- name: Upload Artifact[linux-arm64]
|
- name: Upload Artifact[linux-arm64]
|
||||||
uses: actions/upload-artifact
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GoFileCLI_linux-arm64
|
name: GoFileCLI_linux-arm64
|
||||||
path: |
|
path: |
|
||||||
@ -167,7 +167,7 @@ jobs:
|
|||||||
onefile: true
|
onefile: true
|
||||||
|
|
||||||
- name: Upload Artifact[osx-arm64]
|
- name: Upload Artifact[osx-arm64]
|
||||||
uses: actions/upload-artifact
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: GoFileCLI_osx-arm64
|
name: GoFileCLI_osx-arm64
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user