Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: upload binaryTarball as an artifact
  • Loading branch information
domenkozar committed May 26, 2020
1 parent 3d3c219 commit 577ee41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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.*

0 comments on commit 577ee41

Please sign in to comment.