You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ jobs:
27
27
28
28
- name: Deploy Windows release
29
29
if: matrix.os == 'windows-latest'
30
-
uses: WebFreak001/deploy-nightly@v3.0.0
30
+
uses: WebFreak001/deploy-nightly@v3.1.0
31
31
with:
32
32
upload_url: https://uploads.github.com/repos/Pure-D/serve-d/releases/20717582/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
33
33
release_id: 20717582# same as above (id can just be taken out the upload_url, it's used to find old releases)
0 commit comments