Skip to content

Commit 8b64e72

Browse files
committed
build: fix path
1 parent f2b9b95 commit 8b64e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xivlauncher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
git clone ssh://aur@aur.archlinux.org/xivlauncher.git "$GITHUB_WORKSPACE"/aur
7676
- name: Copy files
7777
run: |
78-
rsync -ahvP "$GITHUB_WORKSPACE"/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
78+
rsync -ahvP "$GITHUB_WORKSPACE"/aur/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
7979
- name: Download (.SRCINFO) artifact
8080
uses: actions/download-artifact@v8
8181
with:

0 commit comments

Comments
 (0)