Skip to content

Commit

Permalink
chore: Adjust nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 23, 2024
1 parent a1fa6a2 commit 9bd1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Build nuget
run: |
$env:GITHUB_WORKSPACE\src\nuget\nuget.exe pack src\nuget\uno.sqlite-wasm.nuspec -OutputDirectory "$env:GITHUB_WORKSPACE\artifacts"
& .\src\nuget\nuget.exe pack src\nuget\uno.sqlite-wasm.nuspec -OutputDirectory "$env:GITHUB_WORKSPACE\artifacts"
- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit 9bd1e32

Please sign in to comment.