|
Add a CI step to upload assets on release creation
We haven't had assets generated for releases since v1.29.0, however some external code depend on them (dlang-community/setup-dlang, namely). This will fix it and make it less likely to be forgotten in the future. |
|---|
|
|
| .github/workflows/release.yml 0 → 100644 |
|---|
| scripts/ci/release-windows.sh 100755 → 0 |
|---|
| scripts/ci/release.sh 100755 → 0 |
|---|
| scripts/ci/setup-ldc-windows.sh 100644 → 0 |
|---|