mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-29 09:33:04 +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
|
cp target/release/librepods-rust dist/librepods
|
||||||
mv dist/LibrePods-x86_64.AppImage dist/librepods-x86_64.AppImage
|
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')"
|
if: "!startsWith(github.ref, 'refs/tags/linux-v')"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: LibrePods-Build
|
name: librepods-x86_64.AppImage
|
||||||
path: |
|
path: linux-rust/dist/librepods-x86_64.AppImage
|
||||||
linux-rust/dist/librepods
|
|
||||||
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
|
- name: Vendor and create tarball
|
||||||
if: startsWith(github.ref, 'refs/tags/linux-v')
|
if: startsWith(github.ref, 'refs/tags/linux-v')
|
||||||
|
|||||||
Reference in New Issue
Block a user