Skip to content

Commit

Permalink
add debian-11 and don't generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 25, 2023
1 parent c345ddc commit 18d24f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: "${{ env.WWIV_TAG }}"
draft: false
prerelease: true
generate_release_notes: true
generate_release_notes: false
tag_name: "${{ env.WWIV_TAG }}"

wwiv-release:
Expand All @@ -74,11 +74,17 @@ jobs:
- windows-latest
# - ubuntu-20.04
- ubuntu-22.04
- debian-11
include:
# - os: ubuntu-20.04
# lib_suffix: so
# archive_suffix: tar.gz
# wwiv_distro: linux-ubuntu2004
- os: debian-11
lib_suffix: so
wwiv_distro: linux-debian11
archive_suffix: tar.gz

- os: ubuntu-22.04
lib_suffix: so
wwiv_distro: linux-ubuntu2204
Expand Down

0 comments on commit 18d24f7

Please sign in to comment.