We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe8a86 commit 50d2184Copy full SHA for 50d2184
1 file changed
.github/workflows/CI.yml
@@ -260,8 +260,12 @@ jobs:
260
- name: Place Artifacts
261
shell: bash
262
run: |
263
- mv -v ./dist/* ./
264
- mv -v ./exe/* ./
+ mv -v ./dist/ ./dist-artifacts
+ mv -v ./dist-artifacts/* ./
265
+
266
+ mv -v ./exe/ ./exe-artifacts
267
+ mv -v ./exe-artifacts/* ./
268
269
chmod +x -R ./exe/
270
271
- name: Draft the release
0 commit comments