We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01000 commit 8fc55e5Copy full SHA for 8fc55e5
.github/workflows/c-release.yml
@@ -18,10 +18,9 @@ jobs:
18
run: cargo build --release
19
working-directory: ./bindings/c
20
21
- - name: Archive build artifacts
22
- uses: actions/upload-artifact@v3
+ - name: Release
+ uses: softprops/action-gh-release@v1
23
with:
24
- name: css-inline
25
- path: |
+ files: |
26
bindings/c/target/release/libcss_inline.so
27
bindings/c/css_inline.h
bindings/c/CHANGELOG.md
@@ -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