mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-23 04:52:58 +05:30
fix
This commit is contained in:
parent
f43020fc13
commit
53421bc7c0
@ -53,15 +53,30 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: mozhi-linux-amd64
|
name: mozhi-linux-amd64
|
||||||
path: mozhi-linux-amd64
|
path: mozhi-linux-amd64
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
name: mozhi-linux-arm64
|
name: mozhi-linux-arm64
|
||||||
path: mozhi-linux-arm64
|
path: mozhi-linux-arm64
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
name: mozhi-windows-amd64.exe
|
name: mozhi-windows-amd64.exe
|
||||||
path: mozhi-windows-amd64.exe
|
path: mozhi-windows-amd64.exe
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
name: mozhi-windows-arm64.exe
|
name: mozhi-windows-arm64.exe
|
||||||
path: mozhi-windows-arm64.exe
|
path: mozhi-windows-arm64.exe
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
name: mozhi-darwin-amd64
|
name: mozhi-darwin-amd64
|
||||||
path: mozhi-darwin-amd64
|
path: mozhi-darwin-amd64
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
name: mozhi-darwin-arm64
|
name: mozhi-darwin-arm64
|
||||||
path: mozhi-darwin-arm64
|
path: mozhi-darwin-arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user