From 6c8c99550e563260f088ab8217f0d5c5da8a7122 Mon Sep 17 00:00:00 2001 From: Odysseas Lamtzidis Date: Wed, 29 Sep 2021 22:26:06 +0300 Subject: [PATCH] add main to includeb --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 045226978379..d711dba3d464 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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