Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jan 20, 2024
1 parent a8ba716 commit e308b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
dotnet build GodotTestDriver/GodotTestDriver.csproj -c Release
# find the built nuget package
nuget_package=$(find . -name "GodotTestDriver.*.nupkg")
nuget_package=$(find . -name "Chickensoft.GodotTestDriver.*.nupkg")
echo "📦 Nuget package: $nuget_package"
# publish the nuget package, with symbols
dotnet nuget push "$nuget_package" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/visual_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- '**'
paths:
- '**.cs'
pull_request:

jobs:
Expand Down

0 comments on commit e308b41

Please sign in to comment.