Skip to content

Commit

Permalink
fix(ci): mass-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 16, 2024
1 parent 23e5206 commit f33bab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mass-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,13 @@ jobs:
anda-build/rpm/srpm/*
- name: Upload packages to subatomic
if: github.event_name == 'push'
run: |
subatomic-cli upload --prune \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
um${{ matrix.version }} anda-build/rpm/rpms/*
- name: Upload source packages to subatomic
if: github.event_name == 'push'
run: |
subatomic-cli upload --prune \
--server https://subatomic.fyralabs.com \
Expand Down

0 comments on commit f33bab0

Please sign in to comment.