mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
commit
73b58d887a
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
run: tar -cvf dist-macOS.tar dist_electron
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist-macOS
|
||||
path: dist-macOS.tar
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
run: tar -cvf dist-linux.tar dist_electron
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist-linux
|
||||
path: dist-linux.tar
|
||||
@ -138,7 +138,7 @@ jobs:
|
||||
run: tar -cvf dist-windows.tar dist_electron
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist-windows
|
||||
path: dist-windows.tar
|
||||
|
Loading…
Reference in New Issue
Block a user