We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6b5ea commit 0205ca3Copy full SHA for 0205ca3
.github/workflows/CD.yml
@@ -95,6 +95,7 @@ jobs:
95
-F "hashes[1]=$(sha256sum bin/sar.pdb | cut -d ' ' -f 1)" \
96
-F "files[0]=@bin/sar.dll" \
97
-F "files[1]=@bin/sar.pdb" \
98
+ -L \
99
"https://dl.sar.portal2.sr/api/v1/upload"
100
release:
101
name: Release
.github/workflows/CI.yml
@@ -56,6 +56,7 @@ jobs:
56
-F "count=1" \
57
-F "hashes[0]=$(sha256sum sar.so | cut -d ' ' -f 1)" \
58
-F "files[0][email protected]" \
59
60
61
62
build-win:
0 commit comments