Restore installer asset paths relative to the repo root

This commit is contained in:
Emil
2026-08-02 21:12:04 +03:00
parent a4abdb970a
commit 0f9cbcec48
+2 -2
View File
@@ -74,8 +74,8 @@ jobs:
with:
files: |
artifacts/*
../install.sh
../install.ps1
install.sh
install.ps1
# Pre-release tags (e.g. v1.1.0-alpha.1) publish as pre-releases.
prerelease: ${{ contains(github.ref_name, '-alpha') }}
generate_release_notes: true