Skip to content

Commit

Permalink
Fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Dec 23, 2020
1 parent 32631b3 commit 3d7e2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Get release tag
if: github.event_name == 'release'
run: echo "TAG=${{ github.event.release.tag_name }}"
run: echo "TAG=${{ github.event.release.tag_name }}" >> ${GITHUB_ENV}
- name: Create Windown packages
run: |
url=$(curl -sL https://${{ secrets.GITHUB_TOKEN }}@api.github.com/repos/openspur/ypspur-gui/releases/latest \
Expand All @@ -99,7 +99,7 @@ jobs:
asset_path: packages/yp-spur.${{ env.WIN }}.${{ env.TAG }}.zip
asset_name: yp-spur.${{ env.WIN }}.${{ env.TAG }}.zip
asset_content_type: application/zip
- name: Deploy win64 sample
- name: Deploy sample
if: github.event_name == 'release'
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 3d7e2d2

Please sign in to comment.