Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
This change fixes an issue with the release workflow where it would fail
due to an incorrectly specified path.
  • Loading branch information
fabianishere committed Jan 11, 2022
1 parent 59846d3 commit cd0af11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Sources
uses: actions/checkout@v2
with:
path: udm-kernel-tools
path: udm-iptv
submodules: recursive
- name: Setup Dependencies
run: sudo apt-get install devscripts debhelper
Expand Down Expand Up @@ -59,6 +59,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: udm-kernel-tools ${{ steps.format_release.outputs.release }}
name: udm-iptv ${{ steps.format_release.outputs.release }}
body: ${{ steps.format_release.outputs.changelog }}
files: build-artifacts/udm-iptv_*.deb
files: build-artifacts/udm-iptv_*.deb

0 comments on commit cd0af11

Please sign in to comment.