mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 04:46:37 +08:00
Update upload-artifact action
This commit is contained in:
parent
fe2e83ae9e
commit
c268c977ab
2
.github/workflows/build-linux-amd64.yml
vendored
2
.github/workflows/build-linux-amd64.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
./compile_linux.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-amd64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-linux-arm.yml
vendored
2
.github/workflows/build-linux-arm.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
./compile_linux.sh arm/v6 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-arm.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-linux-arm64.yml
vendored
2
.github/workflows/build-linux-arm64.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
./compile_linux.sh arm64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-arm64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-macosx-amd64.yml
vendored
2
.github/workflows/build-macosx-amd64.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
rm -rf "${HOME}/private_keys"
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macosx-amd64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-macosx-arm64.yml
vendored
2
.github/workflows/build-macosx-arm64.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
rm -rf "${HOME}/private_keys"
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macosx-arm64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-windows-amd64.yml
vendored
2
.github/workflows/build-windows-amd64.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
compile_windows.bat amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-amd64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-windows-arm64.yml
vendored
2
.github/workflows/build-windows-arm64.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
compile_windows.bat arm64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-arm64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
2
.github/workflows/build-windows-i386.yml
vendored
2
.github/workflows/build-windows-i386.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
compile_windows.bat 386 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }}
|
||||
-
|
||||
name: Export artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-i386.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user