diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 299f295..3fed39f 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -28,6 +28,6 @@ jobs: - name: Build run: cargo build --release - name: Upload Release Asset - run: gh release upload ${{ matrix.os }}-${{ github.ref }} target/release/cli* + run: gh release upload ${{ github.ref }} target/release/cli* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file