Skip to content

Commit

Permalink
Attach the leap-dev*.deb binary as an artifact, for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jan 25, 2023
1 parent 5bff816 commit 539e41c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
container-package: experimental-binaries
token: ${{ secrets.GITHUB_TOKEN }}

- name: Attach Leap dev Binary as an Artifact
uses: actions/upload-artifact@v3
with:
name: leap-dev.deb
path: leap-dev-3.1.3-ubuntu20.04-x86_64.deb

- name: Install Leap
run: sudo apt-get install -y ./leap*.deb

Expand Down

0 comments on commit 539e41c

Please sign in to comment.