Skip to content

Commit

Permalink
version 1.6.4 test (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Oct 16, 2024
1 parent c11ff6a commit e90838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Tests
run: |
dotnet test ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.Tests.csproj
dotnet test ./src/${{env.PROJECT_NAME}}.Tests/${{env.PROJECT_NAME}}.Tests.csproj
- name: Pack package
run: dotnet pack ./src/${{env.PROJECT_NAME}}/${{env.PROJECT_NAME}}.csproj -c Release /p:Version=${VERSION} /p:NuspecFile=Asv.Gnss.nuspec --no-build -o .
Expand Down

0 comments on commit e90838b

Please sign in to comment.