Skip to content

Commit

Permalink
Update deploydebs.yml to upload debs
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 authored Sep 11, 2024
1 parent 1c48d43 commit b361250
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 E2SAR-${{ env.E2SAR_VER }}-${{ matrix.os }} ./*.tar.gz ./*.zip
gh release create E2SAR-${{ env.E2SAR_VER }}-${{ matrix.os }} ./*.tar.gz ./*.deb
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
Expand Down

0 comments on commit b361250

Please sign in to comment.