Skip to content

Commit

Permalink
Merge pull request #1869 from AntelopeIO/fix_release_yaml
Browse files Browse the repository at this point in the history
[5.0 -> main] fix release workflow's artifact download to `wait-for-exact-target` not `wait-for-exact-target-workflow`
  • Loading branch information
spoonincode authored Nov 7, 2023
2 parents 1612650 + 7ec7c3a commit 4824d8b
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 @@ -21,7 +21,7 @@ jobs:
file: 'leap-dev.*amd64.deb'
target: ${{github.sha}}
artifact-name: leap-dev-ubuntu20-amd64
wait-for-exact-target-workflow: true
wait-for-exact-target: true
- name: Get ubuntu22 leap-dev.deb
uses: AntelopeIO/asset-artifact-download-action@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
file: 'leap-dev.*amd64.deb'
target: ${{github.sha}}
artifact-name: leap-dev-ubuntu22-amd64
wait-for-exact-target-workflow: true
wait-for-exact-target: true
- name: Create Dockerfile
run: |
cat <<EOF > Dockerfile
Expand Down

0 comments on commit 4824d8b

Please sign in to comment.