Skip to content

Commit

Permalink
ci: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 6, 2024
1 parent 98eae8a commit ddf1624
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ jobs:
# Delete artifacts folder
rm -rf ./artifacts
# Create the Release file
apt-ftparchive release debian/dists/stable > debian/dists/stable/Release
# Sign the Release file
gpg --armor --detach-sign --output debian/dists/stable/Release.gpg debian/dists/stable/Release
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ The following packages are supported
Simply add this repo to your sources by running the following command

```bash
echo "deb [trusted=yes] https://linux.sia.tech/debian stable main" | sudo tee -a /etc/apt/sources.list.d/siafoundation.list
sudo curl -fsSL https://linux.sia.tech/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/siafoundation.gpg
echo "deb [signed-by=/usr/share/keyrings/siafoundation.gpg] https://linux.sia.tech/debian stable main" | sudo tee -a /etc/apt/sources.list.d/siafoundation.list
```
Binary file modified debian/gpg
Binary file not shown.

0 comments on commit ddf1624

Please sign in to comment.