File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments