Skip to content

Commit 1d1be01

Browse files
committed
Tweaking CI stuff
1 parent 955274f commit 1d1be01

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Zip Headers
2929
shell: bash
30-
run: tar -czf objc-helpers-${{ env.RELEASE_NAME }}.tar.gz include LICENSE VERSION
30+
run: tar -czf objc-helpers-${{ env.RELEASE_NAME }}.tar.gz include LICENSE VERSION CHANGELOG.md
3131

3232
- name: Make release
3333
uses: softprops/action-gh-release@v1

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
- 'README.md'
1010
- '.gitignore'
1111
- 'LICENSE'
12-
- 'VERSION'
12+
- 'CHANGELOG.md'
1313
- 'doc/**'
1414
- 'sample/**'
15+
- 'tools/create-release.py'
1516
- '.github/workflows/publish.yml'
1617

1718
env:

tools/create-release.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)