diff --git a/.github/workflows/deploydebs.yml b/.github/workflows/deploydebs.yml index b8fe7b2..83f2fc8 100644 --- a/.github/workflows/deploydebs.yml +++ b/.github/workflows/deploydebs.yml @@ -49,7 +49,7 @@ jobs: - name: create GH release run: | cd E2SAR - gh release create ${{ matrix.os }}-${{ env.E2SAR_DEP }}-deps ./*.tar.gz ./*.zip + gh release create ${{ env.E2SAR_ver }}-${{ matrix.os }} ./*.tar.gz ./*.zip env: GITHUB_TOKEN: ${{ github.TOKEN }} shell: bash