File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 56
56
shell : bash
57
57
run : mv _build/default/bin/Extract.exe ${{ steps.get_filenames.outputs.exe_name }}
58
58
59
- - name : (release only) Upload artifact ${{ steps.get_filenames.outputs.artifact_name }}
59
+ - name : (release only) Upload artifact ${{ matrix.os }}
60
60
# if: github.event_name != 'pull_request'
61
61
uses : actions/upload-artifact@v2
62
62
with :
Original file line number Diff line number Diff line change 2
2
3
3
(name rescript-react-intl-extractor)
4
4
5
+ ( version 0 .12.0)
6
+
5
7
( generate_opam_files true )
6
8
7
9
( license MIT)
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
+ version: "0.12.0"
3
4
synopsis: "Extracts messages for localization from ReScript source files"
4
5
maintainer: ["Christoph Knittel <
[email protected] >"]
5
6
authors: ["Christoph Knittel <
[email protected] >"]
You can’t perform that action at this time.
0 commit comments