Skip to content

Commit 4821893

Browse files
committed
wip
1 parent 3cd417e commit 4821893

File tree

3 files changed

+7
-44
lines changed

3 files changed

+7
-44
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,9 @@ jobs:
4141
- name: Test
4242
run: opam exec -- dune runtest
4343

44-
# - name: (release only) Get artifact filenames
45-
# id: get_filenames
46-
# if: github.event_name != 'pull_request'
47-
# run: node .github/workflows/get_filenames.js
48-
49-
# - name: (release only) Get exe
50-
# if: github.event_name != 'pull_request'
51-
# shell: bash
52-
# run: |
53-
# # from https://stackoverflow.com/a/24848739/617787
54-
# s=$(pwd); d=$(dirname $(esy x which Extract.exe));
55-
# while [ "${d#$s/}" == "${d}" ]
56-
# do s=$(dirname $s);b="../${b}"; done;
57-
# ESY__BINARY_PATH=${b}${d#$s/}/Extract.exe
58-
# mv "$ESY__BINARY_PATH" ${{ steps.get_filenames.outputs.exe_name }}
59-
60-
# - name: (release only) Upload artifact ${{ matrix.os }}
61-
# if: github.event_name != 'pull_request'
62-
# uses: actions/upload-artifact@v2
63-
# with:
64-
# name: ${{ steps.get_filenames.outputs.artifact_name }}
65-
# path: ${{ steps.get_filenames.outputs.exe_name }}
44+
- name: (release only) Upload artifact ${{ matrix.os }}
45+
# if: github.event_name != 'pull_request'
46+
uses: actions/upload-artifact@v2
47+
with:
48+
name: rescript-react-intl-extractor-${{ matrix.os }}
49+
path: _build/default/bin/Extract.exe

.github/workflows/print_esy_cache.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

bin/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(executable
22
(name Extract)
3-
(public_name rescript-react-intl-extractor.exe)
3+
(public_name Extract.exe)
44
(libraries lib))

0 commit comments

Comments
 (0)