Skip to content

Commit

Permalink
Merge pull request #5363 from commercialhaskell/only-upload-bindist-a…
Browse files Browse the repository at this point in the history
…rtifacts

integration-tests: only upload stack bindist artifacts
  • Loading branch information
borsboom authored Aug 6, 2020
2 parents 0ae3c0a + 88c7fd9 commit 1b1bed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: Build bindist
run: stack etc/scripts/release.hs build ${{ matrix.release-args }}

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}
path: _release
path: _release/stack-*

0 comments on commit 1b1bed5

Please sign in to comment.