mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-29 06:10:52 +00:00
ci: upload appimage and binary separately
This commit is contained in:
15
.github/workflows/ci-linux-rust.yml
vendored
15
.github/workflows/ci-linux-rust.yml
vendored
@@ -50,14 +50,19 @@ jobs:
|
||||
cp target/release/librepods-rust dist/librepods
|
||||
mv dist/LibrePods-x86_64.AppImage dist/librepods-x86_64.AppImage
|
||||
|
||||
- name: Upload build artifacts
|
||||
- name: Upload AppImage artifact
|
||||
if: "!startsWith(github.ref, 'refs/tags/linux-v')"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: LibrePods-Build
|
||||
path: |
|
||||
linux-rust/dist/librepods
|
||||
linux-rust/dist/librepods-x86_64.AppImage
|
||||
name: librepods-x86_64.AppImage
|
||||
path: linux-rust/dist/librepods-x86_64.AppImage
|
||||
|
||||
- name: Upload binary artifact
|
||||
if: "!startsWith(github.ref, 'refs/tags/linux-v')"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: librepods
|
||||
path: linux-rust/dist/librepods
|
||||
|
||||
- name: Vendor and create tarball
|
||||
if: startsWith(github.ref, 'refs/tags/linux-v')
|
||||
|
||||
Reference in New Issue
Block a user