Skip to content

Commit

Permalink
Update publish-dotnet-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoramosrs authored Jan 15, 2024
1 parent 2e50781 commit 1f5b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Compile binaries
run: |
RUNTIMES=("linux-x64","linux-arm64")
RUNTIMES=("linux-x64" "linux-arm64")
mkdir build
mkdir release
dotnet restore ./src/jsunmap.sln
Expand Down

0 comments on commit 1f5b54e

Please sign in to comment.