Skip to content

Commit

Permalink
remove unneeded (x86_64|amd64) since this will always be current version
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Oct 23, 2023
1 parent df121a2 commit fcda655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
owner: ${{github.repository_owner}}
repo: ${{github.event.repository.name}}
file: 'leap-dev.*(x86_64|amd64).deb'
file: 'leap-dev.*amd64.deb'
target: ${{github.sha}}
artifact-name: leap-dev-ubuntu20-amd64
wait-for-exact-target-workflow: true
Expand All @@ -27,7 +27,7 @@ jobs:
with:
owner: ${{github.repository_owner}}
repo: ${{github.event.repository.name}}
file: 'leap-dev.*(x86_64|amd64).deb'
file: 'leap-dev.*amd64.deb'
target: ${{github.sha}}
artifact-name: leap-dev-ubuntu22-amd64
wait-for-exact-target-workflow: true
Expand Down

0 comments on commit fcda655

Please sign in to comment.