Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa286f1

Browse files
committed
Refactor build filename
1 parentf218164 commitfa286f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.github/workflows/build.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
-runs_on:ubuntu-latest
5656
spc_binary:https://dl.static-php.dev/static-php-cli/spc-bin/nightly/spc-linux-x86_64
5757
os:linux
58-
arch:amd64
58+
filename:automate-linux-amd64
5959
# MacOS amd64
6060
-runs_on:macos-latest
6161
spc_binary:https://dl.static-php.dev/static-php-cli/spc-bin/nightly/spc-macos-x86_64
6262
os:darwin
63-
arch:amd64
63+
filename:automate-darwin-amd64
6464

6565
runs-on:${{ matrix.runs_on }}
6666
steps:
@@ -90,16 +90,16 @@ jobs:
9090
run:|
9191
bin/spc download --for-extensions="dom,gmp,openssl,phar,sodium,xml,xmlwriter"
9292
bin/spc build "dom,gmp,openssl,phar,sodium,xml,xmlwriter" --build-micro
93-
bin/spc micro:combine build/automate.phar --output build/automate-${{ matrix.os }}-${{ matrix.arch }}
93+
bin/spc micro:combine build/automate.phar --output build/${{ matrix.filename }}
9494
9595
-name:Ensure the static binary works
96-
run:build/automate-${{ matrix.os }}-${{ matrix.arch }} --version
96+
run:build/${{ matrix.filename }} --version
9797

9898
-uses:actions/upload-artifact@v4
9999
name:Upload the static binary artifact
100100
with:
101-
name:automate-${{ matrix.os }}-${{ matrix.arch }}
102-
path:build/automate-${{ matrix.os }}-${{ matrix.arch }}
101+
name:${{ matrix.filename }}
102+
path:build/${{ matrix.filename }}
103103

104104
release:
105105
name:Upload artifacts to the release

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp