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

minor changes

This commit is contained in:
lana-k
2020-11-10 20:05:40 +01:00
parent f1b5f5e3c7
commit b08265fab9

View File

@@ -23,7 +23,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifact: "dist"
artifacts: "dist"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy 🚀