mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +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: |
|
run: |
|
||||||
cmake --build build --config Release --target package
|
cmake --build build --config Release --target package
|
||||||
$FILE=(ls build/*.exe)
|
$FILE=(ls build/*.exe)
|
||||||
echo "::set-output name=filename::$FILE"
|
echo "filename=$FILE" >> "$GITHUB_OUTPUT"
|
||||||
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).exe"
|
echo "name=$(([io.fileinfo]"$FILE").basename)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue