Use Gitea-compatible artifact upload
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
|
run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
|
||||||
|
|
||||||
- name: Upload Windows desktop client
|
- name: Upload Windows desktop client
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: modrinth-plus-windows
|
name: modrinth-plus-windows
|
||||||
path: target/x86_64-pc-windows-msvc/release/bundle/nsis/**
|
path: target/x86_64-pc-windows-msvc/release/bundle/nsis/**
|
||||||
|
|||||||
Reference in New Issue
Block a user