mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
.github/workflows/package.yml: Use Environment files for output parameters
This commit is contained in:
parent
a421ceb5d8
commit
8cab0cbced
1 changed files with 4 additions and 4 deletions
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
|
|
@ -37,8 +37,8 @@ jobs:
|
|||
run: |
|
||||
./build.sh ${{matrix.build-opts}}
|
||||
FILE=$(ls build/eosio-*.deb | head -1)
|
||||
echo "::set-output name=filename::$FILE"
|
||||
echo "::set-output name=name::$(basename $FILE)"
|
||||
echo "filename=$FILE" >> "$GITHUB_OUTPUT"
|
||||
echo "name=$(basename $FILE)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
@ -86,8 +86,8 @@ jobs:
|
|||
run: |
|
||||
./build.sh ${{matrix.build-opts}}
|
||||
FILE=$(ls build/eosio-*.rpm | head -1)
|
||||
echo "::set-output name=filename::$FILE"
|
||||
echo "::set-output name=name::$(basename $FILE)"
|
||||
echo "filename=$FILE" >> "$GITHUB_OUTPUT"
|
||||
echo "name=$(basename $FILE)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue