1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

move to dist

This commit is contained in:
lana-k
2020-11-10 21:37:32 +01:00
parent a37edc501b
commit 9ba0c683b7

View File

@@ -21,12 +21,14 @@ jobs:
npm run build
- name: Create archive
run: zip -9 -r dist.zip . -x "js/*.map"
run: |
cd dist
zip -9 -r dist.zip . -x "js/*.map"
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "dist.zip"
artifacts: "dist/dist.zip"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy 🚀