mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-31 16:09:53 +00:00
Try upload artifact action
This commit is contained in:
parent
395491d0bb
commit
085c978024
1 changed files with 6 additions and 0 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -53,3 +53,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: npm run electron:build
|
run: npm run electron:build
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: monerod-gui
|
||||||
|
path: release/
|
||||||
|
|
Loading…
Reference in a new issue