Skip to content

Commit

Permalink
Fix buildchain
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Sep 3, 2024
1 parent 5bc0c1e commit 59a0405
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
release:
name: Upload artifacts to the release
if: github.event_name == 'release'
needs: [phars, static-linux-amd64, static-darwin-amd64, static-darwin-arm64]
needs: [phars, static-linux-amd64, static-darwin-amd64]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## Not released yet

## 0.18.2 (2024-09-03)

* Do not build static-darwin-amd64 binary anymore (may be temporary)
*
## 0.18.1 (2024-09-03)

* Fix BC layer for `fingerprint()` function
* Fix repack command work without .castor folder
* Do not build static-darwin-amd64 binary anymore (may be temporary)

## 0.18.0 (2024-08-27)

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.18.1';
public const VERSION = 'v0.18.2';

private Command $command;

Expand Down

0 comments on commit 59a0405

Please sign in to comment.