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 9842b91 commit 5caaa1aCopy full SHA for 5caaa1a
.github/workflows/continuous-integration.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Only run last two steps if this is a release
55
- name: Release
56
- if: github.event == 'release'
+ if: github.event_name == 'release'
57
env:
58
CXX: ${{ matrix.cxx }}
59
# Use a bash shell so we can use the same syntax for environment variable
@@ -70,7 +70,7 @@ jobs:
70
71
# Only Upload releases
72
- name: Upload
73
74
uses: actions/upload-artifact@v2
75
with:
76
name: build_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
0 commit comments