Skip to content

Commit 15bfce2

Browse files
committed
test
1 parent 84b517b commit 15bfce2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
with:
7171
upload_url: ${{ steps.create_release.outputs.upload_url }}
72-
asset_path: ./output_${{ steps.pack.outputs.ZIP_FILE_NAME }}
73-
asset_name: meu.zip
72+
asset_path: ./${{ steps.pack.outputs.ZIP_FILE_NAME }}
73+
asset_name: ${{ steps.pack.outputs.ZIP_FILE_NAME }}
7474
asset_content_type: application/zip

0 commit comments

Comments
 (0)