Skip to content

Commit

Permalink
Fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzrobert77 authored Aug 4, 2023
1 parent 69619ea commit 3627628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
echo "Result: $(ls *.deb)"
sha512sum *.deb > checksums.txt
cp *.deb checksums.txt ${{ github.workspace }}/
cd ${{ github.workspace }}
gh release delete $TAG || true
gh release create $TAG --generate-notes ../*.deb ../checksums.txt
gh release create $TAG --generate-notes *.deb checksums.txt
env:
GH_TOKEN: ${{ github.token }}

Expand All @@ -61,4 +62,4 @@ jobs:
tag: '${{ github.ref_name }}'
}
});
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json

0 comments on commit 3627628

Please sign in to comment.