We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5b28c commit edf9e7aCopy full SHA for edf9e7a
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
56
- name: Publish artifacts
57
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
58
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
59
with:
60
if-no-files-found: warn
61
name: package
0 commit comments