use manual lib list for github build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "tmp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../../home/vscode/.ssh"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../fake"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user