We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541f0ea commit e113e9cCopy full SHA for e113e9c
1 file changed
.github/workflows/linux.yml
@@ -7,9 +7,6 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
- container:
11
- image: ubuntu:22.04
12
-
13
env:
14
CI_SCRIPT: "scripts/ci_linux.sh"
15
APP_NAME: "zclipboard"
@@ -37,14 +34,14 @@ jobs:
37
34
run: |
38
35
./scripts/ci_linux.sh release-build
39
36
40
- - name: Build AppImage
41
- working-directory: ${{ github.workspace }}
42
- shell: bash
43
- run: |
44
- ./${{ env.CI_SCRIPT }} image-build
+ # - name: Build AppImage
+ # working-directory: ${{ github.workspace }}
+ # shell: bash
+ # run: |
+ # ./${{ env.CI_SCRIPT }} image-build
45
46
- name: Upload Release
47
uses: actions/upload-artifact@v4
48
with:
49
name: ${{ env.APP_NAME }}
50
- path: ${{ env.APP_NAME }}.AppImage
+ path: ${{ env.APP_NAME }}/build/${{ env.APP_NAME }}
0 commit comments