update workflows

This commit is contained in:
Ben Parsons 2023-07-04 21:58:32 +10:00
parent 34a3590807
commit c261cd24f0
2 changed files with 4 additions and 1 deletions

View File

@ -28,4 +28,4 @@ jobs:
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
--upload-file build.tar.gz \
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.bin
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz

View File

@ -21,6 +21,9 @@ jobs:
run: npm run check
- name: 🔨 Build project
run: npm run build
- run: ls -la build
- run: ls -la /www/
- run: ls -la /www/svelte/
- name: 🧹 Clean Deploy Area
run: rm -rf /www/svelte/build
- name: 📦 Deploy