From 993505bf2c946d17f322b85fe7f4b262f03736fe Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Fri, 11 Oct 2024 15:47:59 +0300 Subject: [PATCH] [WIP] Fix CI artifact upload --- .github/workflows/release.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a142c83a..5584cbfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,11 @@ jobs: - name: Build all artifacts run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +release-prep - - - name: Upload Dist uses: actions/upload-artifact@v4 with: name: dist path: dist/ + if-no-files-found: error installer-linux: name: Installer linux @@ -62,12 +61,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Download Dist + - name: Build windows artifacts + run: powershell -NoProfile -File ./packaging/windows/generate_windows_installer.ps1 uses: actions/download-artifact@v4 with: name: dist path: dist/ - - - name: Build windows artifacts - run: powershell -NoProfile -File ./packaging/windows/generate_windows_installer.ps1 -