We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25fd97 commit 6892d1cCopy full SHA for 6892d1c
1 file changed
.github/workflows/testing.yml
@@ -108,6 +108,7 @@ jobs:
108
push_options: --force
109
110
- name: Download release file
111
+ if: steps.set-matrix.outputs.matrix != '[]'
112
id: download-release
113
env:
114
GH_TOKEN: ${{ github.token }}
@@ -120,6 +121,7 @@ jobs:
120
121
echo "latest_release=$LATEST_TAG" >> "$GITHUB_OUTPUT"
122
123
- name: Upload release file as artifact
124
125
uses: actions/upload-artifact@v4
126
with:
127
name: release-jar
0 commit comments