Skip to content

Commit feab071

Browse files
committed
Update build.yml
1 parent d3f3098 commit feab071

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ jobs:
126126
| 📃 **Tag Exists** | `${{ steps.check.outputs.exists }}` |
127127
| 📃 **Make Release** | `${{ steps.check.outputs.make_release }}` |
128128
129-
### CHANGELOG
130-
```
131-
${{ steps.changelog.outputs.description }}
132-
```
133-
134-
135-
136129
build-project:
137130
name: "[📦] Build Project"
138131
needs: [info]
@@ -153,7 +146,7 @@ jobs:
153146
with:
154147
files: ${{ needs.info.outputs.included }}
155148
dest: "${{ needs.info.outputs.name }}-${{ needs.info.outputs.version }}.zip"
156-
recursive: true
149+
recursive: false
157150

158151
- name: "[🚀] Upload artifact"
159152
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)