Skip to content

Commit

Permalink
update ci to use make_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 25, 2024
1 parent 4cb11ce commit 7941d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
build: "true"
- name: Create package
run: |
mkdir package
cp .lake/build/bin/sand package/
cp -r systemd package/
strip package/sand
./make_release.sh
- name: Upload artifact
uses: actions/[email protected]
with:
name: sand
path: package/
path: release/
2 changes: 2 additions & 0 deletions create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ cp -f scripts/install.sh release/
cp -f LICENSE release/
cp -f README.md release/

strip release/sand

echo "Created release in ./release"

0 comments on commit 7941d7c

Please sign in to comment.