mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 21:24:09 +00:00
Fix CI
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
||||
with:
|
||||
PKGBUILD: $GITHUB_WORKSPACE/.github/workflows/PKGBUILD
|
||||
OUTDIR: $HOME/arch-packages
|
||||
- run: |
|
||||
pwd
|
||||
ls -l
|
||||
ls -l $HOME/arch-packages/
|
||||
- run: mv $HOME/arch-packages/*tar.xz mus-fuse-x86_64.tar.xz
|
||||
- name: Upload Arch Package
|
||||
uses: actions/upload-artifact@v1
|
||||
|
Reference in New Issue
Block a user