Skip to content

Commit

Permalink
#11 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 2, 2023
1 parent 1d33a1a commit b350791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true'
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit b350791

Please sign in to comment.