mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
.github/workflows/package.yml: set-output command to environment variables.
This commit is contained in:
parent
2874862d70
commit
8949a80b11
1 changed files with 2 additions and 2 deletions
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
|
|
@ -147,8 +147,8 @@ jobs:
|
|||
run: |
|
||||
cmake --build build --config Release --target package
|
||||
$FILE=(ls build/*.exe)
|
||||
echo "::set-output name=filename::$FILE"
|
||||
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).exe"
|
||||
echo "filename=$FILE" >> "$GITHUB_OUTPUT"
|
||||
echo "name=$(([io.fileinfo]"$FILE").basename)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue