Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JopStro committed May 5, 2024
1 parent ddc0107 commit cc5d611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
permissions: write-all

steps:
- uses: actions/checkout@v4
- name: Download Windows Artifact
uses: actions/download-artifact@v4
with:
Expand All @@ -72,6 +71,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: JSON5 Lua ${{github.ref_name}}
artifacts: "json5.dll,json5.dylib,json5.so"
artifacts: "json5.*"
body: "Macos build is arm64 only"

0 comments on commit cc5d611

Please sign in to comment.