fix some stuff

This commit is contained in:
Cappy Ishihara
2022-10-20 18:07:37 +07:00
parent 3619f9d4a6
commit 91a73321db
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -79,7 +79,6 @@ jobs:
sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build mock-scm
- uses: terrapkg/anda-build@main
if: ${{ !fromJson(needs.manifest.outputs.is_empty) }}
with:
name: "${{ matrix.pkg.pkg }}"
mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }}
@@ -90,7 +89,6 @@ jobs:
run: sudo dnf install -y subatomic-cli
- name: Upload packages to subatomic
if: ${{ !fromJson(needs.manifest.outputs.is_empty) }}
run: |
subatomic-cli upload --prune \
--server https://subatomic.fyralabs.com \