From 3f0eb6b77b119ac9e47edc7bcfc1e54b997acf9b Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Tue, 22 Oct 2024 10:01:20 +0200 Subject: [PATCH] ci: another try --- .github/workflows/main.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a3c882d..60b6444 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 \ @@ -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 @@ -215,7 +217,7 @@ jobs: files: | CHANGELOG.md LICENSE - /mnt/bin/* + dist-newstyle/bin/* # - name: Create tarball # run: cabal sdist