Skip to content

Commit

Permalink
[WIP] Fix CI artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Oct 11, 2024
1 parent 35cc0c3 commit 993505b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 993505b

Please sign in to comment.