1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 06:37:45 +00:00

Only upload artifacts for Windows

The Linux version built on the CI isn't portable really, it's better to
use the Flatpak version instead.
This commit is contained in:
Joshua Goins 2025-04-29 15:40:58 -04:00
parent 4c409dc90f
commit ab5f8e568f

View file

@ -312,6 +312,7 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin