Skip to content

Commit 0253e0b

Browse files
committed
aaaa
1 parent 9e4360b commit 0253e0b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release-desktop.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,18 @@ jobs:
113113

114114
- run: mv ./apps/desktop/target .
115115

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/
128128

129129
- name: Build archive
130130
shell: bash

0 commit comments

Comments
 (0)