1 parent f2b9b95 commit 8b64e72Copy full SHA for 8b64e72
1 file changed
.github/workflows/xivlauncher.yml
@@ -75,7 +75,7 @@ jobs:
75
git clone ssh://aur@aur.archlinux.org/xivlauncher.git "$GITHUB_WORKSPACE"/aur
76
- name: Copy files
77
run: |
78
- rsync -ahvP "$GITHUB_WORKSPACE"/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
+ rsync -ahvP "$GITHUB_WORKSPACE"/aur/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
79
- name: Download (.SRCINFO) artifact
80
uses: actions/download-artifact@v8
81
with:
0 commit comments