Skip to content

Commit

Permalink
github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Dec 29, 2020
1 parent c1b9500 commit e3f35fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
quasar build
- name: Package Artifact 🎁
run: |
export RELEASE_NAME=spa_${{ matrix.release_name }}
export RELEASE_NAME=${{ matrix.release_name }}
mkdir ${RELEASE_NAME}
zip -r ${RELEASE_NAME}/${RELEASE_NAME}.zip dist/spa/*
ls -alh ${RELEASE_NAME}
Expand Down

0 comments on commit e3f35fb

Please sign in to comment.