Skip to content

Commit 8fc55e5

Browse files
committed
build: Update C bindings release job
1 parent dc01000 commit 8fc55e5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/c-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
run: cargo build --release
1919
working-directory: ./bindings/c
2020

21-
- name: Archive build artifacts
22-
uses: actions/upload-artifact@v3
21+
- name: Release
22+
uses: softprops/action-gh-release@v1
2323
with:
24-
name: css-inline
25-
path: |
24+
files: |
2625
bindings/c/target/release/libcss_inline.so
2726
bindings/c/css_inline.h

bindings/c/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [0.11.3] - 2023-12-14
6+
7+
- Initial public release
8+
9+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/c-v0.11.3...HEAD

0 commit comments

Comments
 (0)