mirror of
https://github.com/Xevion/byte-me.git
synced 2026-01-31 04:23:47 -06:00
ci: remove MUSL linux target, include bundles in artifact upload
This commit is contained in:
Vendored
+3
-5
@@ -19,9 +19,6 @@ jobs:
|
|||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
artifact_name: byte-me-linux-x86_64
|
artifact_name: byte-me-linux-x86_64
|
||||||
- os: ubuntu-22.04
|
|
||||||
target: x86_64-unknown-linux-musl
|
|
||||||
artifact_name: byte-me-linux-x86_64-musl
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
artifact_name: byte-me-windows-x86_64
|
artifact_name: byte-me-windows-x86_64
|
||||||
@@ -116,6 +113,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
# on all but windows, the artifact_extension is empty
|
path: |
|
||||||
path: src-tauri/target/${{ matrix.target }}/release/byte-me${{ matrix.artifact_extension }}
|
src-tauri/target/${{ matrix.target }}/release/byte-me${{ matrix.artifact_extension }}
|
||||||
|
src-tauri/target/${{ matrix.target }}/release/bundle/**/*
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user