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 a767525 commit a305ea0Copy full SHA for a305ea0
.github/workflows/nginx.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: sha256sum ${{ env.output_name }} > ${{ env.output_name }}.sha256
32
33
- name: Upload release artifacts
34
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
35
with:
36
files: |
37
${{ env.output_name }}
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments