v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-12 19:42:00 +00:00
Showing only changes of commit 11a611c982 - Show all commits

View File

@@ -48,7 +48,9 @@ jobs:
- name: Create Windows Portable zip - name: Create Windows Portable zip
run: | run: |
Compress-Archive -Path "release/win-unpacked/*" -DestinationPath "Termix-Windows-Portable.zip" cd release/win-unpacked
Compress-Archive -Path * -DestinationPath "../../Termix-Windows-Portable.zip"
cd ../..
- name: Upload Windows Portable Artifact - name: Upload Windows Portable Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
@@ -88,7 +90,9 @@ jobs:
- name: Create Linux Portable zip - name: Create Linux Portable zip
run: | run: |
zip -r Termix-Linux-Portable.zip release/linux-unpacked/* cd release/linux-unpacked
zip -r ../../Termix-Linux-Portable.zip *
cd ../..
- name: Upload Linux Portable Artifact - name: Upload Linux Portable Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4