test workflow

This commit is contained in:
iofq 2024-01-28 19:51:54 -06:00
parent 4aa9b5271f
commit d876f0871a

View file

@ -28,7 +28,7 @@ jobs:
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#${{ matrix.package_name }}
- name: Upload bundle to release
if: github.ref == 'master' && ${{ success() }}
if: github.ref == 'master' && steps.build.outcome == 'success'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}