use manual lib list for github build

This commit is contained in:
zacaj
2026-01-10 17:01:49 +00:00
parent d4e05576f2
commit ab7c2f3c31
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: make appimage - name: make appimage
run: | run: |
chmod +x ./scripts/appimage-build.sh chmod +x ./scripts/appimage-build.sh
./scripts/appimage-build.sh ./scripts/appimage-build.sh --manual-libs
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
+16
View File
@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
},
{
"path": "tmp"
},
{
"path": "../../home/vscode/.ssh"
},
{
"path": "../fake"
}
]
}