Skip to content

Commit 1a2f824

Browse files
committed
update
1 parent ce96ee9 commit 1a2f824

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
submodules: true
2121

2222
- uses: freckle/stack-action@v5
23+
with:
24+
test: false
25+
stack-build-arguments: ""
26+
cache-save-always: true
2327
# - uses: haskell-actions/setup@v2
2428
# with:
2529
# enable-stack: true
@@ -59,7 +63,7 @@ jobs:
5963
uses: softprops/action-gh-release@v1
6064
with:
6165
files: |
62-
bundle/*.tar.gz
66+
bundle/**/*.tar.gz
6367
make_latest: true
6468

6569
# - name: Save cached dependencies of Pantry

0 commit comments

Comments
 (0)