Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarrigue committed Oct 31, 2019
1 parent 992f92d commit ce657b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Package asset
run: |
set -x
tar -caf asset-${{ github.ref }}.tar.gz -C dist .
VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3)
tar -caf asset-$VERSION.tar.gz -C dist .
- name: Create Release
id: create_release
Expand Down

0 comments on commit ce657b6

Please sign in to comment.