Skip to content

Commit

Permalink
add main to includeb
Browse files Browse the repository at this point in the history
  • Loading branch information
odyslam committed Sep 29, 2021
1 parent e86329b commit 6c8c995
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
ovverride: true
- uses: Swatinem/rust-cache@v1
- name: cargo build
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -126,7 +122,7 @@ jobs:
script: |
cd /tmp
codename=$( cat /var/repositories/conf/distributions | grep Codename | awk '{print $2}')
sudo reprepro -b /var/repositories includedeb ${codename} *.deb
sudo reprepro -b /var/repositories -C main includedeb ${codename} *.deb
rm /tmp/*.deb
rm /tmp/*.rpm
# - name: Bump Homebrew formula
Expand Down

0 comments on commit 6c8c995

Please sign in to comment.