Skip to content

Commit

Permalink
again, fixed actions at 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jewels86 committed Jan 26, 2025
1 parent d5b69aa commit f187eea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [win, linux, darwin]
platform: [win, linux, mac]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -49,6 +49,9 @@ jobs:
release:
needs: build
strategy:
matrix:
platform: [win, linux, mac]
runs-on: ubuntu-latest
steps:
- name: Create Release
Expand Down

0 comments on commit f187eea

Please sign in to comment.