From 9d15647f7f0674f01c10b88c3ee05f7742f1d4ea Mon Sep 17 00:00:00 2001 From: pnodet Date: Wed, 23 Aug 2023 12:16:43 +0200 Subject: [PATCH] chore(ci): fix bin tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}