File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ jobs:
16
16
submodules : recursive
17
17
18
18
- name : Create maplibre-native-headers.tar.gz
19
- run : tar czf maplibre-native-headers.tar.gz \
20
- include \
21
- vendor/maplibre-native-base/deps/variant/include \
22
- vendor/maplibre-native-base/deps/geometry.hpp/include
19
+ run : |
20
+ tar czf maplibre-native-headers.tar.gz \
21
+ include \
22
+ vendor/maplibre-native-base/deps/variant/include \
23
+ vendor/maplibre-native-base/deps/geometry.hpp/include
23
24
- name : Create Release
24
25
run : |
25
26
gh release create core-${{ github.sha }} \
26
27
--draft=false \
27
28
--prerelease=false \
28
29
--latest=false \
29
30
--title "core-${{ github.sha }}" \
30
- maplibre-native-headers.tar.gz LICENSE .core.md
31
+ maplibre-native-headers.tar.gz LICENSES .core.md
31
32
env :
32
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
34
You can’t perform that action at this time.
0 commit comments