mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 13:14:36 -06:00
ci: remove MUSL linux target, include bundles in artifact upload
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -19,9 +19,6 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
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
|
||||
target: x86_64-pc-windows-msvc
|
||||
artifact_name: byte-me-windows-x86_64
|
||||
@@ -116,6 +113,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
# on all but windows, the artifact_extension is empty
|
||||
path: src-tauri/target/${{ matrix.target }}/release/byte-me${{ matrix.artifact_extension }}
|
||||
path: |
|
||||
src-tauri/target/${{ matrix.target }}/release/byte-me${{ matrix.artifact_extension }}
|
||||
src-tauri/target/${{ matrix.target }}/release/bundle/**/*
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user