Skip to content

Commit

Permalink
Fix mv
Browse files Browse the repository at this point in the history
  • Loading branch information
duckth committed Oct 26, 2023
1 parent 71b4e20 commit 37718bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shifty-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore .
- name: Settings override
run: mv -f "infrastructure/${{ inputs.environment }}-appsettings.json Shifty.App/wwwroot/appsettings.json"
run: mv -f "infrastructure/${{ inputs.environment }}-appsettings.json" Shifty.App/wwwroot/appsettings.json
- name: Build Shifty App
run: dotnet build . --no-restore /p:ContinuousIntegrationBuild=true --configuration Release
- name: Run tests
Expand Down

0 comments on commit 37718bf

Please sign in to comment.