diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d434950..9ad551b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,14 @@ jobs: uses: actions/upload-artifact@v4 with: name: ark-drop.AppImage - path: ./target/release/bundle/appimage/ark-drop_*_amd64.AppImage + path: ./target/release/bundle/appimage/ARK Drop_${{ steps.drop_version.outputs.app_version }}_amd64.AppImage + + - name: Upload Linux Debian Binary + if: matrix.settings.platform == 'ubuntu-22.04' + uses: actions/upload-artifact@v4 + with: + name: ark-drop.deb + path: ./target/release/bundle/deb/ARK Drop_${{ steps.drop_version.outputs.app_version }}_amd64.deb - name: Upload Linux RPM Binary if: matrix.settings.platform == 'ubuntu-22.04'