Skip to content

Commit

Permalink
Updated naming of release to E2SAR_Ver-OS
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 authored Sep 11, 2024
1 parent 5a9a316 commit 72e356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploydebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72e356d

Please sign in to comment.