Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Mar 6, 2024
1 parent b0ddc3e commit 5a2dac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ jobs:
with:
owner: AntelopeIO
repo: leap
file: 'leap_.*ubuntu22\.04_amd64.deb'
file: 'leap-dev_4.0.6-ubuntu22.04_amd64.deb'
target: ${{needs.versions.outputs.leap-dev-target}}
prereleases: ${{fromJSON(needs.versions.outputs.leap-dev-prerelease)}}
artifact-name: leap-dev-ubuntu22-amd64
container-package: experimental-binaries

- name: Install leap.deb
- name: Install leap-dev.deb
run: |
apt install -y ./leap*.deb
rm ./leap*.deb
Expand Down

0 comments on commit 5a2dac9

Please sign in to comment.