test workflow

This commit is contained in:
iofq 2024-01-28 19:54:40 -06:00
parent d876f0871a
commit b9c7dd0647

View file

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