Skip to content

Commit 1f6664b

Browse files
committed
build: copy the correct folder
1 parent 8af9aa3 commit 1f6664b

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
@@ -80,7 +80,7 @@ jobs:
8080
name: xivlauncher
8181
- name: Copy files
8282
run: |
83-
rsync -ahvP "$GITHUB_WORKSPACE"/aur/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
83+
rsync -ahvP "$GITHUB_WORKSPACE"/github/{PKGBUILD,XIVLauncher.desktop,xivlauncher-core} "$GITHUB_WORKSPACE"/aur/
8484
rsync -ahvP "$GITHUB_WORKSPACE"/.SRCINFO "$GITHUB_WORKSPACE"/aur/.SRCINFO
8585
- name: Check git status
8686
id: gitstatus

0 commit comments

Comments
 (0)