Skip to content

Commit 54f11d5

Browse files
committedAug 11, 2024
feat: Experiment with releasing Debian package
1 parent 16ef9ca commit 54f11d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/release-please.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ jobs:
1818
release-type: simple
1919
package-name: normfn
2020
include-v-in-tag: false
21+
- name: Upload Release Artifacts
22+
if: ${{ steps.release.outputs.release_created }}
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
run: |
26+
make builddeb
27+
gh release upload ${{ steps.release.outputs.tag_name }} *.deb

0 commit comments

Comments
 (0)
Failed to load comments.