Skip to content

Commit

Permalink
Fix CI not uploading build artifacts to Github release
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jul 15, 2024
1 parent 92a914d commit 1224d0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Publish .tar.gz release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && matrix.archive == 'tar.gz'
if: startsWith(github.ref, 'refs/tags/')
with:
files: slinky-cli-${{ matrix.builder.target }}.tar.gz

Expand Down
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3] - 2024-07-15

### Fixed

- Fix CI not uploading build artifacts to Github release.
- Fix README badge.

## [0.2.2] - 2024-07-15

### Fix
### Fixed

- Fix release
- Fix release.

## [0.2.1] - 2024-07-15 [YANKED]

### Fix
### Fixed

- Fix MSRV
- Fix MSRV.

## [0.2.0] - 2024-07-15 [YANKED]

### Added

- Initial release
- Initial release.

[unreleased]: https://github.com/decompals/slinky/compare/0.2.2...main

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# slinky

![Crates.io Version](https://img.shields.io/crates/v/2Fslinky?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fslinky)
![Crates.io Version](https://img.shields.io/crates/v/slinky)
![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/slinky)
![Crates.io MSRV](https://img.shields.io/crates/msrv/slinky)
![GitHub](https://img.shields.io/github/license/decompals/slinky)
Expand Down

0 comments on commit 1224d0c

Please sign in to comment.