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 a77896a commit 389d41aCopy full SHA for 389d41a
.github/workflows/ci-docker.yml
@@ -354,7 +354,7 @@ jobs:
354
355
- name: Create/Update GitHub Release
356
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
357
- uses: LizardByte/create-release-action@v2023.1210.832
+ uses: LizardByte/create-release-action@v2023.1219.224026
358
with:
359
allowUpdates: true
360
artifacts: "*artifacts/*"
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
if: >-
28
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
29
steps.setup_release.outputs.publish_release == 'true'
30
31
32
33
artifacts: ""
0 commit comments