move scripts to own dir

This commit is contained in:
Drew Weymouth
2025-11-14 15:13:50 -08:00
parent a27a7dbc21
commit 48567c2506
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: make appimage
run: |
chmod +x appimage-build.sh
./appimage-build.sh
./scripts/appimage-build.sh
- name: upload artifact
uses: actions/upload-artifact@v4