Skip to content

Commit

Permalink
Actions: release: AWS LC is not windows-gnu-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 2, 2025
1 parent a9c8729 commit f4fe10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: macos-latest
target_rustflags: ''
# Windoze, x86-64
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-msvc
os: windows-latest
target_rustflags: ''
# Linux, x86-64
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Fetch Windows archive
uses: actions/download-artifact@v4
with:
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-pc-windows-gnu.exe"
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-pc-windows-msvc.exe"
path: ./artifacts
- name: Publish rabbitmqadmin release archive
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No (documented) changes yet


## v0.18.0 (Jan 1, 2024)
## v0.18.0 (in development)

### Enhancements

Expand Down

0 comments on commit f4fe10d

Please sign in to comment.