mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 14:47: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:
parent
4c409dc90f
commit
ab5f8e568f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -312,6 +312,7 @@ jobs:
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-package
|
name: ${{ runner.os }}-package
|
||||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue