Skip to content

Commit

Permalink
fixed GH action script to upload debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Apr 25, 2022
1 parent ad6abd9 commit 6d20e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
env:
TAG_NAME: ${{ github.ref }}
run: |
rm *.deb #remove mmt-dpi
make deb
#get name of distribution tar file
ARTIFACT_PATHNAME=$(ls *.deb | head -n 1)
Expand Down

0 comments on commit 6d20e27

Please sign in to comment.