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.
2 parents ad411e8 + aa5d817 commit 41a428cCopy full SHA for 41a428c
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Upload build artifacts
64
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, '⚠️ UPLOAD ⚠️')
65
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
66
with:
67
name: output
68
path: bin
0 commit comments