Skip to content

Commit 0205ca3

Browse files
committed
fix: follow location for upload
1 parent 0c6b5ea commit 0205ca3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
-F "hashes[1]=$(sha256sum bin/sar.pdb | cut -d ' ' -f 1)" \
9696
-F "files[0]=@bin/sar.dll" \
9797
-F "files[1]=@bin/sar.pdb" \
98+
-L \
9899
"https://dl.sar.portal2.sr/api/v1/upload"
99100
release:
100101
name: Release

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
-F "count=1" \
5757
-F "hashes[0]=$(sha256sum sar.so | cut -d ' ' -f 1)" \
5858
-F "files[0][email protected]" \
59+
-L \
5960
"https://dl.sar.portal2.sr/api/v1/upload"
6061
6162
build-win:

0 commit comments

Comments
 (0)