Skip to content

Commit 7e42aff

Browse files
authored
暂时注释aur推送
1 parent 4b2270e commit 7e42aff

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

.github/workflows/push-aur.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@ jobs:
3939
docker run --rm -v "${PWD}":"/pkg" -w "/pkg" archlinux/archlinux:latest \
4040
/bin/bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm base-devel git && makepkg --printsrcinfo > .SRCINFO"
4141
42-
- name: Publish to AUR
43-
uses: KSXGitHub/github-actions-deploy-aur@master
44-
with:
45-
pkgname: 02engine-bin
46-
pkgbuild: ./PKGBUILD
47-
assets: |
48-
.SRCINFO
49-
commit_username: ${{ secrets.AUR_USERNAME }}
50-
commit_email: ${{ secrets.AUR_EMAIL }}
51-
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
52-
commit_message: Update to ${{ github.event.client_payload.tag }}
53-
ssh_keyscan_types: rsa,ecdsa,ed25519
42+
- name: Show Files
43+
run: ls
44+
45+
# - name: Publish to AUR
46+
# uses: KSXGitHub/github-actions-deploy-aur@master
47+
# with:
48+
# pkgname: 02engine-bin
49+
# pkgbuild: ./PKGBUILD
50+
# assets: |
51+
# .SRCINFO
52+
# commit_username: ${{ secrets.AUR_USERNAME }}
53+
# commit_email: ${{ secrets.AUR_EMAIL }}
54+
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
55+
# commit_message: Update to ${{ github.event.client_payload.tag }}
56+
# ssh_keyscan_types: rsa,ecdsa,ed25519

0 commit comments

Comments
 (0)