Skip to content

Commit f4fe10d

Browse files
Actions: release: AWS LC is not windows-gnu-compatible
1 parent a9c8729 commit f4fe10d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: macos-latest
2828
target_rustflags: ''
2929
# Windoze, x86-64
30-
- target: x86_64-pc-windows-gnu
30+
- target: x86_64-pc-windows-msvc
3131
os: windows-latest
3232
target_rustflags: ''
3333
# Linux, x86-64
@@ -125,7 +125,7 @@ jobs:
125125
- name: Fetch Windows archive
126126
uses: actions/download-artifact@v4
127127
with:
128-
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-pc-windows-gnu.exe"
128+
name: "rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-pc-windows-msvc.exe"
129129
path: ./artifacts
130130
- name: Publish rabbitmqadmin release archive
131131
uses: softprops/action-gh-release@v2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
No (documented) changes yet
66

77

8-
## v0.18.0 (Jan 1, 2024)
8+
## v0.18.0 (in development)
99

1010
### Enhancements
1111

0 commit comments

Comments
 (0)