diff options
author | zeroinformatique | 2021-06-29 17:23:22 +0200 |
---|---|---|
committer | GitHub | 2021-06-29 17:23:22 +0200 |
commit | 1cf6dd4243a72935d382d62bb2a79ff13186e70d (patch) | |
tree | 8f6447aa8dc0802eea625fd61fc8ac895e421b4f /.github/workflows | |
parent | 622af23bb3ce8d6dc8dc1d658cb7f01bc905ef2c (diff) | |
parent | 083f0658399afc206ea0751415d54a50d2aa4fe9 (diff) | |
download | ldgallery-1cf6dd4243a72935d382d62bb2a79ff13186e70d.tar.gz |
Merge pull request #294 from ldgallery/pacien-20210629-portable-viewer-dist
compiler: portable viewer dist
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 532c1f7..9395862 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -45,8 +45,10 @@ jobs: | |||
45 | run: | | 45 | run: | |
46 | STACK_ROOT=~/.stack # make it the same on all platforms | 46 | STACK_ROOT=~/.stack # make it the same on all platforms |
47 | stack setup --no-terminal | 47 | stack setup --no-terminal |
48 | stack build --no-terminal | 48 | stack build --no-terminal \ |
49 | stack install --local-bin-path dist | 49 | --flag ldgallery-compiler:portable \ |
50 | --copy-bins \ | ||
51 | --local-bin-path dist | ||
50 | - uses: actions/upload-artifact@v2 | 52 | - uses: actions/upload-artifact@v2 |
51 | with: | 53 | with: |
52 | name: compiler-dist-${{ matrix.os }} | 54 | name: compiler-dist-${{ matrix.os }} |