Skip to content

Commit

Permalink
ci: next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Meerownymous committed Dec 2, 2024
1 parent b7cdfb9 commit 67af1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
for project in $PROJECTS_TO_BUILD; do
if [[ $project != *"TEST"* ]]; then
project_name=$(basename $project .csproj)
project_name=$(basename $project.csproj)
echo "Packing $project_name from $project"
dotnet pack $project \
--no-build \
Expand Down

0 comments on commit 67af1a0

Please sign in to comment.