Skip to content

Commit e113e9c

Browse files
Remove build AppImage app
1 parent 541f0ea commit e113e9c

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/linux.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
container:
11-
image: ubuntu:22.04
12-
1310
env:
1411
CI_SCRIPT: "scripts/ci_linux.sh"
1512
APP_NAME: "zclipboard"
@@ -37,14 +34,14 @@ jobs:
3734
run: |
3835
./scripts/ci_linux.sh release-build
3936
40-
- name: Build AppImage
41-
working-directory: ${{ github.workspace }}
42-
shell: bash
43-
run: |
44-
./${{ env.CI_SCRIPT }} image-build
37+
# - name: Build AppImage
38+
# working-directory: ${{ github.workspace }}
39+
# shell: bash
40+
# run: |
41+
# ./${{ env.CI_SCRIPT }} image-build
4542

4643
- name: Upload Release
4744
uses: actions/upload-artifact@v4
4845
with:
4946
name: ${{ env.APP_NAME }}
50-
path: ${{ env.APP_NAME }}.AppImage
47+
path: ${{ env.APP_NAME }}/build/${{ env.APP_NAME }}

0 commit comments

Comments
 (0)