Skip to content

Commit 35dc647

Browse files
committed
Fix AUR package
1 parent 8515bf4 commit 35dc647

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ jobs:
197197
with:
198198
pkgname: github-desktop-plus-bin
199199
pkgbuild: ${{ env.PKGBUILD_FILE }}
200+
assets: |
201+
${{ env.AUR_DIR }}/.gitignore
202+
${{ env.AUR_DIR }}/github-desktop-plus.desktop
200203
commit_username: ${{ secrets.AUR_USERNAME }}
201204
commit_email: ${{ secrets.AUR_EMAIL }}
202205
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ jobs:
209209
210210
- name: Upload assets to release
211211
run: |
212-
gh release upload ${{ env.RELEASE_TAG }} artifacts/**/*.exe artifacts/**/*.msi artifacts/**/*.zip --clobber
212+
gh release upload ${{ env.RELEASE_TAG }} artifacts/**/*.exe artifacts/**/*.msi artifacts/**/*.zip --clobber --repo ${{ github.repository }}
213213
env:
214214
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)