diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd5e932..ef55120 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v3 - uses: taiki-e/upload-rust-binary-action@v1 with: - bin: e57_to_las + bin: e57-to-las tar: unix zip: all token: ${{ secrets.GITHUB_TOKEN }}