File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 if : ${{ matrix.docker != true }}
9191
9292 - name : Upload prebuild for ${{ runner.os }}-${{ runner.arch }}
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 with :
9595 path : prebuilds/*.tar.gz
96+ name : artifact-${{ matrix.docker == true && matrix.alpine == true && 'linux-musl' || matrix.docker == true && matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }}
9697
9798 - run : GH_PRE_RELEASE_UPLOAD=true ./script/ci/release.sh
9899 if : github.ref == 'refs/heads/master' && env.ACT != true
@@ -222,4 +223,4 @@ jobs:
222223 GITHUB_TOKEN : ${{ github.token }}
223224 DRY_RUN : true
224225
225- - run : echo "New Release will be v${{ steps.publish.outputs.version }}"
226+ - run : echo "New Release will be v${{ steps.publish.outputs.version }}"
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the
66. " $SCRIPT_DIR " /../lib/robust-bash.sh
77
88ls -1
9- ls -1 artifact
109mkdir -p prebuilds
11- mv artifact* /* .tar.gz . || echo " no mac prebuilds "
10+ mv artifact* /* .tar.gz .
1211ls * .gz | xargs -n1 tar -xzf
1312" $SCRIPT_DIR " /../download-plugins.sh
1413" $SCRIPT_DIR " /build-and-test.sh
You can’t perform that action at this time.
0 commit comments