Skip to content

Commit e8dd270

Browse files
committed
Update to artifact v4
1 parent e14d9b9 commit e8dd270

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build Mac
22
on:
33
workflow_dispatch:
4-
create:
5-
tags:
6-
- v*
74

85
jobs:
96
build:
@@ -22,7 +19,7 @@ jobs:
2219
- run: npm install
2320
- run: npm run dist
2421
- name: Set artifacts
25-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2623
with:
2724
path: |
2825
./dist/*.dmg

0 commit comments

Comments
 (0)