Skip to content

Commit

Permalink
integration-tests: only upload stack bindist artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 6, 2020
1 parent 0ae3c0a commit 88c7fd9
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 88c7fd9

Please sign in to comment.