Add HelloTux link to support page (#2182)

This commit is contained in:
blacklight447 2023-06-01 15:04:26 +02:00 committed by Jonah Aragon
parent ff60d624fc
commit cc077e63c8
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

View file

@ -122,6 +122,21 @@ jobs:
contents: write
steps:
- uses: actions/download-artifact@v3
with:
name: offline.tar.gz
path: offline.tar.gz
- uses: actions/download-artifact@v3
with:
name: offline.zip
path: offline.zip
- uses: actions/download-artifact@v3
with:
name: privacy_guides.zim
path: privacy_guides.zim
- name: Create release notes
uses: ncipollo/release-action@v1
with: