Skip to content

Commit

Permalink
ci: create separate conf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 6, 2024
1 parent 7b024f7 commit 256d7ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,12 @@ jobs:
- name: Add packages to repository
run: |
# Initialize repository directory for reprepro
mkdir -p ./debian/conf
echo "Codename: stable" > ./debian/conf/distributions
echo "Architectures: amd64 arm64" >> ./debian/conf/distributions
echo "Components: main" >> ./debian/conf/distributions
echo "Description: $DESCRIPTION" >> ./debian/conf/distributions
echo "SignWith: yes" >> ./debian/conf/distributions
reprepro -Vb ./debian includedeb stable *.deb
- name: Clean up
run: |
rm *.deb
rm -rf ./artifacts
rm -rf ./debian/conf
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down
5 changes: 5 additions & 0 deletions debian/conf/distributions
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Codename: stable
Architectures: amd64 arm64
Components: main
Description: The official home of Sia's Debian packages
SignWith: yes

0 comments on commit 256d7ce

Please sign in to comment.