Compare commits
1 Commits
v2026.03.0
...
v2.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd10cb0cf1 |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -74,16 +74,14 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Prepare release assets
|
- name: Prepare release assets
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd artifacts
|
cd artifacts
|
||||||
for dir in */; do
|
|
||||||
cp "$dir"/* . 2>/dev/null || true
|
|
||||||
done
|
|
||||||
rm -rf */
|
|
||||||
ls -la
|
ls -la
|
||||||
|
chmod +x * 2>/dev/null || true
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user