Skip to content

Commit

Permalink
Update deploydebs.yml to upload debs of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 authored Sep 11, 2024
1 parent dfc37b4 commit a67ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploydebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: builddeps.yml
workflow: deps2debs.yml
name: ${{ matrix.os }}-package-${{ env.E2SAR_DEP }}
path: E2SAR

Expand All @@ -49,7 +49,7 @@ jobs:
- name: create GH release
run: |
cd E2SAR
gh release create E2SAR-${{ env.E2SAR_VER }}-${{ matrix.os }} ./*.tar.gz ./*.deb
gh release create E2SAR-${{ env.E2SAR_VER }}-${{ matrix.os }} ./*.deb
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
Expand Down

0 comments on commit a67ce55

Please sign in to comment.