Skip to content

Commit

Permalink
Update to artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzandro committed Oct 25, 2024
1 parent e14d9b9 commit e8dd270
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build Mac
on:
workflow_dispatch:
create:
tags:
- v*

jobs:
build:
Expand All @@ -22,7 +19,7 @@ jobs:
- run: npm install
- run: npm run dist
- name: Set artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: |
./dist/*.dmg
Expand Down

0 comments on commit e8dd270

Please sign in to comment.