Fix file name in asset-artifact-download-action

This commit is contained in:
Peter Oschwald
2023-07-26 14:58:31 -05:00
parent e5139d6d7a
commit 1a968507d7
@@ -54,7 +54,7 @@ jobs:
with:
owner: AntelopeIO
repo: leap
file: ${{github.event.inputs.platform-choice}}-build
file: build.tar.zst
target: ${{github.sha}}
artifact-name: ${{github.event.inputs.platform-choice}}-build
token: ${{github.token}}