[WIP] Update release workflow

This commit is contained in:
Vladimir Stoilov 2024-10-11 11:05:12 +03:00
parent a7d97fec55
commit 7a28e40ccb
No known key found for this signature in database
GPG key ID: 2F190B67A43A81AF

View file

@ -27,7 +27,7 @@ jobs:
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +release-prep run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +release-prep
- name: Upload Dist - name: Upload Dist
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/
@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Dist - name: Download Dist
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/