Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug authored Dec 16, 2020
1 parent 6623587 commit 05139a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
asset_content_type: application/zip
- name: Set up Environment Variables (CLI)
run: |
echo "::set-env name=ASSET_PATH::$(ls de.joneug.mdal.standalone/build/distributions/*.zip | head -1)"
echo "::set-env name=ASSET_NAME::$(cd de.joneug.mdal.standalone/build/distributions/ && ls *.zip | head -1)"
echo "ASSET_PATH=$(ls de.joneug.mdal.standalone/build/distributions/*.zip | head -1)" >> $GITHUB_ENV
echo "ASSET_NAME=$(cd de.joneug.mdal.standalone/build/distributions/ && ls *.zip | head -1)" >> $GITHUB_ENV
- name: Upload Release Asset (CLI)
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 05139a9

Please sign in to comment.