Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting committed Jun 23, 2024
1 parent ce96ee9 commit 1a2f824
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
submodules: true

- uses: freckle/stack-action@v5
with:
test: false
stack-build-arguments: ""
cache-save-always: true
# - uses: haskell-actions/setup@v2
# with:
# enable-stack: true
Expand Down Expand Up @@ -59,7 +63,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
bundle/*.tar.gz
bundle/**/*.tar.gz
make_latest: true

# - name: Save cached dependencies of Pantry
Expand Down

0 comments on commit 1a2f824

Please sign in to comment.