Skip to content

Commit 88c7fd9

Browse files
committed
integration-tests: only upload stack bindist artifacts
1 parent 0ae3c0a commit 88c7fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Build bindist
6666
run: stack etc/scripts/release.hs build ${{ matrix.release-args }}
6767

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

0 commit comments

Comments
 (0)