Skip to content

Commit

Permalink
added build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerosn committed Nov 4, 2023
1 parent 4b31730 commit ae6112f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- run: "ln -s cicpoffs packaging/debian/usr/bin/mount.cicpoffs"
- run: "dpkg-deb --build packaging/debian"
- run: "cp packaging/debian.deb packaging/cicpoffs.deb"
- run: "sudo alien -r -c -v packaging/debian.deb"
- run: "cd packaging; sudo alien -r -c -v debian.deb; cd .."
- run: "cd packaging; mv $(ls -1 | grep cicpoffs | grep rpm | head -1) debian.rpm; cd .."
- run: "cp packaging/debian.rpm packaging/cicpoffs.rpm"
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_pkgname='cicpoffs'
provides=(_pkgname)
conflicts=(_pkgname)
pkgver=0.0.2.r10.a8d32c6
pkgver=0.0.2.r20.4b31730
pkgname="$_pkgname-bin"
pkgrel=1
pkgdesc="Case-Insensitive Case-Preserving Overlay FUSE File System"
Expand Down

0 comments on commit ae6112f

Please sign in to comment.