1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

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
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: