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 d3f3098 commit feab071Copy full SHA for feab071
1 file changed
.github/workflows/build.yml
@@ -126,13 +126,6 @@ jobs:
126
| 📃 **Tag Exists** | `${{ steps.check.outputs.exists }}` |
127
| 📃 **Make Release** | `${{ steps.check.outputs.make_release }}` |
128
129
- ### CHANGELOG
130
- ```
131
- ${{ steps.changelog.outputs.description }}
132
133
-
134
135
136
build-project:
137
name: "[📦] Build Project"
138
needs: [info]
@@ -153,7 +146,7 @@ jobs:
153
146
with:
154
147
files: ${{ needs.info.outputs.included }}
155
148
dest: "${{ needs.info.outputs.name }}-${{ needs.info.outputs.version }}.zip"
156
- recursive: true
149
+ recursive: false
157
150
158
151
- name: "[🚀] Upload artifact"
159
152
uses: actions/upload-artifact@v7
0 commit comments