Skip to content

Commit

Permalink
Merge branch 'master' into release/0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo committed Dec 13, 2020
2 parents a7046a9 + eb1edf5 commit 4601c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
run: |
ASSET_PATH=$(ls *.${{ matrix.extension }} | head -n 1)
ASSET_NAME=$(basename $ASSET_PATH)
echo ::set-env name=ASSET_NAME::${ASSET_NAME}
echo ::set-env name=ASSET_PATH::${ASSET_PATH}
echo "ASSET_NAME=${ASSET_NAME}" >> $GITHUB_ENV
echo "ASSET_PATH=${ASSET_PATH}" >> $GITHUB_ENV
- name: Upload btviewer.${{ matrix.extension }}
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 4601c1b

Please sign in to comment.