We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce57e67 commit a1b6d18Copy full SHA for a1b6d18
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Build Nginx
17
run: |
18
- ./nginx-builder.sh
+ sudo ./nginx-builder.sh
19
20
- name: Upload to GitHub Release
21
uses: softprops/action-gh-release@v1
0 commit comments