Skip to content

Commit e57fc89

Browse files
author
Martin Boje Carpentier
committed
Changed path to unix based paths
1 parent e752939 commit e57fc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continous-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Show locations
2323
run: ls
2424
- name: Run benchmark
25-
run: dotnet run --project .\GeoJSON.Text.Test.Benchmark\GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
25+
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
2626
# Download previous benchmark result from cache (if exists)
2727
- name: Download previous benchmark data
2828
uses: actions/cache@v1

0 commit comments

Comments
 (0)