mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
fix some stuff
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user