use manual lib list for github build
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: make appimage
|
||||
run: |
|
||||
chmod +x ./scripts/appimage-build.sh
|
||||
./scripts/appimage-build.sh
|
||||
./scripts/appimage-build.sh --manual-libs
|
||||
|
||||
- name: upload artifact
|
||||
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