Skip to content

Commit

Permalink
tweak CI artefact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 24, 2024
1 parent f21a915 commit ce609c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v4
- name: Run Lean Action
uses: leanprover/lean-action@v1
- name: Create archive
- name: Create package
run: |
mkdir artefacts
cp .lake/build/bin/sand .lake/build/bin/sandd artefacts/
tar --create --gzip --file binaries.tar.gz -C artefacts .
- name: Upload binaries
mkdir package
cp .lake/build/bin/sand .lake/build/bin/sandd package/
cp -r systemd package/
- name: Upload artefact
uses: actions/[email protected]
with:
name: binaries-archive
path: binaries.tar.gz
name: sand
path: package/

0 comments on commit ce609c1

Please sign in to comment.