mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
[WIP] Update release workflow
This commit is contained in:
parent
a7d97fec55
commit
7a28e40ccb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue