mirror of
https://github.com/MaSzyna-EU07/StarterNG.git
synced 2026-09-01 03:19:18 +02:00
20da0a4f77d584d88be7150a5dbb7f7fd9941d62
download-artifact unpacks a zip it detects, so the Windows package arrived in dist/ as loose files (Starter.exe, the native dlls, startercfg/) and gh tried to upload the startercfg directory as a release asset. skip-decompress leaves the artifact as the file it was uploaded as. The two packages are also named explicitly instead of globbing dist/*, so a missing one fails the step rather than quietly publishing half a release.
Description
Languages
C#
100%