File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,18 @@ jobs:
113
113
114
114
- run : mv ./apps/desktop/target .
115
115
116
- - name : Run install pkgbuild
117
- if : matrix.build == 'x86_64-linux'
118
- uses : actions-rs/cargo@v1
119
- with :
120
- command : install
121
- args : cargo-pkgbuild
122
- - name : Make pkgbuild
123
- if : matrix.build == 'x86_64-linux'
124
- run : cargo pkgbuild
125
- - name : cp pkgbuild
126
- if : matrix.build == 'x86_64-linux'
127
- run : mv PKGBUILD dist/
116
+ # - name: Run install pkgbuild
117
+ # if: matrix.build == 'x86_64-linux'
118
+ # uses: actions-rs/cargo@v1
119
+ # with:
120
+ # command: install
121
+ # args: cargo-pkgbuild
122
+ # - name: Make pkgbuild
123
+ # if: matrix.build == 'x86_64-linux'
124
+ # run: cargo pkgbuild
125
+ # - name: cp pkgbuild
126
+ # if: matrix.build == 'x86_64-linux'
127
+ # run: mv PKGBUILD dist/
128
128
129
129
- name : Build archive
130
130
shell : bash
You can’t perform that action at this time.
0 commit comments