Skip to content

Commit

Permalink
ci: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent b15e635 commit 3f0eb6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
ghcr.io/spex-lang/static-build:9.6.6 \
configure \
--enable-static \
--disable-shared \
--enable-executable-static \
--disable-executable-dynamic \
--disable-profiling \
--disable-library-for-ghci \
--enable-library-stripping \
Expand Down Expand Up @@ -198,7 +200,7 @@ jobs:
--enable-executable-static \
--install-method=copy \
--overwrite-policy=always \
--installdir=/mnt/bin \
--installdir=dist-newstyle/bin \
--project-dir=/mnt
- name: Create new git tag, if merge to main and .cabal version is bumped
Expand All @@ -215,7 +217,7 @@ jobs:
files: |
CHANGELOG.md
LICENSE
/mnt/bin/*
dist-newstyle/bin/*
# - name: Create tarball
# run: cabal sdist
Expand Down

0 comments on commit 3f0eb6b

Please sign in to comment.