File tree 3 files changed +7
-44
lines changed
3 files changed +7
-44
lines changed Original file line number Diff line number Diff line change 41
41
- name : Test
42
42
run : opam exec -- dune runtest
43
43
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
(executable
2
2
(name Extract)
3
- (public_name rescript-react-intl-extractor .exe)
3
+ (public_name Extract .exe)
4
4
(libraries lib))
You can’t perform that action at this time.
0 commit comments