Skip to content

Commit

Permalink
fix: subatomic upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Mar 10, 2024
1 parent e27a7ca commit 84ac6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
subatomic-cli upload --prune \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
kaibutsu rpmbuild/SRPMS/* rpmbuild/RPMS/aarch64/*
kaibutsu ${{ matrix.variant }}/rpmbuild/SRPMS/* ${{ matrix.variant }}/rpmbuild/RPMS/aarch64/*

0 comments on commit 84ac6ed

Please sign in to comment.