diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5ad861..86bc0f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: .bin/wait-for-it + asset_path: ./bin/wait-for-it asset_name: wait-for-it asset_content_type: application/octet-stream