From 134008ca20e30b7ec39fa7d48ceb0b14245c86f7 Mon Sep 17 00:00:00 2001 From: lleyton Date: Thu, 19 Jan 2023 19:14:03 -0800 Subject: [PATCH] Revert "Upload SRPMs (#131)" This reverts commit ff82e77522d8d338feae70cfde19e19953e0db19. --- .github/workflows/autobuild.yml | 2 +- .github/workflows/bootstrap-anda.yml | 2 +- .github/workflows/bootstrap-subatomic.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/mass-rebuild.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 85294df495..37c9d7ee75 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -78,4 +78,4 @@ jobs: subatomic-cli upload --prune \ --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ - terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* + terra${{ matrix.version }} anda-build/rpm/rpms/* diff --git a/.github/workflows/bootstrap-anda.yml b/.github/workflows/bootstrap-anda.yml index d3b8f4d7c3..f334dab9ad 100644 --- a/.github/workflows/bootstrap-anda.yml +++ b/.github/workflows/bootstrap-anda.yml @@ -51,4 +51,4 @@ jobs: subatomic-cli upload --prune \ --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ - terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* + terra${{ matrix.version }} anda-build/rpm/rpms/* diff --git a/.github/workflows/bootstrap-subatomic.yml b/.github/workflows/bootstrap-subatomic.yml index b4809e207b..b56d3cbbe5 100644 --- a/.github/workflows/bootstrap-subatomic.yml +++ b/.github/workflows/bootstrap-subatomic.yml @@ -55,4 +55,4 @@ jobs: subatomic-cli upload --prune \ --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ - terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* + terra${{ matrix.version }} anda-build/rpm/rpms/* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a2ede9bb2..d3c9b294e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,4 +40,4 @@ jobs: subatomic-cli upload --prune \ --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ - terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* + terra${{ matrix.version }} anda-build/rpm/rpms/* diff --git a/.github/workflows/mass-rebuild.yml b/.github/workflows/mass-rebuild.yml index f004cae8c1..9bbabd2d4a 100644 --- a/.github/workflows/mass-rebuild.yml +++ b/.github/workflows/mass-rebuild.yml @@ -70,4 +70,4 @@ jobs: subatomic-cli upload --prune \ --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ - terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* + terra${{ matrix.version }} anda-build/rpm/rpms/*