mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] GitHub Actions deprecated the set-output command
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Get version number
|
||||
id: version
|
||||
run: |
|
||||
echo "::set-output name=value::$(python3 -u scripts/build.py --version)"
|
||||
echo "value=$(python3 -u scripts/build.py --version)" >>$GITHUB_OUTPUT
|
||||
- name: Remove artifacts
|
||||
uses: swift-project/delete-artifact@swift
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user