ci: publish artifacts properly

This commit is contained in:
Brendan Allan 2022-04-26 18:13:08 +08:00
parent 0f4b97ee5d
commit c1d0ac246e

View file

@ -16,18 +16,18 @@ runs:
uses: actions/upload-artifact@v3
with:
name: Spacedrive-Ubuntu.AppImage
path: ./target/release/bundle/appimage/spacedrive_0.1.0_amd64.AppImage
path: ./target/release/bundle/appimage
- name: Publish artifacts (Windows)
if: matrix.platform == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: Spacedrive-Windows.msi
path: .\target\release\bundle\msi\Spacedrive_0.1.0_x64_en-US.msi
path: .\target\release\bundle\msi
- name: Publish artifacts (macOS)
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
with:
name: Spacedrive-macOS.app
path: ./target/release/bundle/macos/Spacedrive.app
path: ./target/release/bundle/macos