[WIP] Fix CI build
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -22,11 +22,13 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build all artifacts
|
- name: Build all artifacts
|
||||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +release-prep
|
run: earthly --remote-cache=ghcr.io/safing/build-cache --push +release-prep
|
||||||
|
|
||||||
|
- name: Upload Dist
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/
|
path: ./dist/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
installer-linux:
|
installer-linux:
|
||||||
@@ -48,6 +50,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build linux installers
|
- name: Build linux installers
|
||||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +installer-linux
|
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +installer-linux
|
||||||
|
# --ci include --no-output flag
|
||||||
|
|
||||||
installer-windows:
|
installer-windows:
|
||||||
name: Installer windows
|
name: Installer windows
|
||||||
@@ -61,9 +64,12 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build windows artifacts
|
- name: Download Dist
|
||||||
run: powershell -NoProfile -File ./packaging/windows/generate_windows_installer.ps1
|
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
|
- name: Build windows artifacts
|
||||||
|
run: powershell -NoProfile -File ./packaging/windows/generate_windows_installer.ps1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user