1 parent c042ee4 commit 9b9299dCopy full SHA for 9b9299d
1 file changed
.github/workflows/xivlauncher.yml
@@ -49,14 +49,13 @@ jobs:
49
rsync -ahvP /__w/aur-xivlauncher/aur-xivlauncher/ /home/builder/workspace/
50
chown -R builder:builder /home/builder/
51
- name: Build package
52
+ working-directory: /home/builder/workspace
53
run: |
- cd /home/builder/workspace
54
sudo -u builder makepkg -scf --noconfirm
55
sudo -u builder makepkg --printsrcinfo | tee .SRCINFO
56
- name: Rename artifact
57
- run: |
58
59
- mv *.pkg.tar.zst ${{ matrix.variant }}.pkg.tar.zst
+ run: mv *.pkg.tar.zst ${{ matrix.variant }}.pkg.tar.zst
60
- name: Upload artifact
61
uses: actions/upload-artifact@v6
62
with:
0 commit comments