We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546d2c7 commit 63b102aCopy full SHA for 63b102a
.github/workflows/release.yml
@@ -33,4 +33,14 @@ jobs:
33
--header "Accept: application/vnd.github.v3+json" \
34
--header "Content-Type: $(file -b --mime-type containerdiag.sh)" \
35
--header "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
36
- --data-binary @containerdiag.sh
+ --data-binary @containerdiag.sh && \
37
+ curl \
38
+ --silent \
39
+ --show-error \
40
+ --fail \
41
+ --request POST \
42
+ --url https://uploads.github.com/repos/${{github.repository}}/releases/${RELEASE}/assets?name=containerdiag.bat \
43
+ --header "Accept: application/vnd.github.v3+json" \
44
+ --header "Content-Type: $(file -b --mime-type containerdiag.bat)" \
45
+ --header "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
46
+ --data-binary @containerdiag.bat
0 commit comments