mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
fix: conflict upload names when reusing workflow more then once
This commit is contained in:
2
.github/workflows/build-unix.yml
vendored
2
.github/workflows/build-unix.yml
vendored
@@ -230,7 +230,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload License Files"
|
||||
with:
|
||||
name: license-files
|
||||
name: license-files-${{ inputs.php-version }}-${{ inputs.os }}
|
||||
path: buildroot/license/
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: "Upload Build Metadata"
|
||||
|
||||
Reference in New Issue
Block a user