Skip to content

Commit c5053de

Browse files
authored
Merge pull request #104 from WeihanLi/dev
fix release action artifact name
2 parents 52d96e7 + 9ba17f2 commit c5053de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Build AOT package for ${{ matrix.rid }}
4444
run: |
45-
dotnet publish src/HTTPie/HTTPie.csproj -f net10.0 --use-current-runtime -p:AssemblyName=dotnet-http -o dist
45+
dotnet publish src/HTTPie/HTTPie.csproj -f net10.0 --use-current-runtime -p:AssemblyName=dotnet-http-${{ matrix.rid }} -o dist
4646
ls -R ./dist
4747
4848
- name: Upload platform-specific package

0 commit comments

Comments
 (0)