list dist

This commit is contained in:
Kyle Spearrin 2020-09-25 10:38:25 -04:00
parent 6433178175
commit b3f42543d4
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ jobs:
- name: Build application
run: npm run dist:lin
- name: List dist
run: ls ./dist
- name: Upload .deb artifact
uses: actions/upload-artifact@v2
with: