diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7feefc855..6aea7bad2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,3 +12,8 @@ jobs: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v8 - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A installerScript -A perlBindings + - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A binaryTarball -o binaryTarball + - uses: actions/upload-artifact@v2 + with: + name: binaryTarball + path: binaryTarball/*.tar.*