From ff82e77522d8d338feae70cfde19e19953e0db19 Mon Sep 17 00:00:00 2001 From: lleyton Date: Tue, 17 Jan 2023 23:10:26 +0000 Subject: [PATCH] Upload SRPMs (#131) --- .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 37c9d7ee75..85294df495 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/* + terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* diff --git a/.github/workflows/bootstrap-anda.yml b/.github/workflows/bootstrap-anda.yml index f334dab9ad..d3b8f4d7c3 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/* + terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* diff --git a/.github/workflows/bootstrap-subatomic.yml b/.github/workflows/bootstrap-subatomic.yml index b56d3cbbe5..b4809e207b 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/* + terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3c9b294e4..5a2ede9bb2 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/* + terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/* diff --git a/.github/workflows/mass-rebuild.yml b/.github/workflows/mass-rebuild.yml index 9bbabd2d4a..f004cae8c1 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/* + terra${{ matrix.version }} anda-build/rpm/{rpms,srpm}/*