Skip to content

Commit 1c35200

Browse files
committed
Update create-release.yml
1 parent fb3651e commit 1c35200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: ./src
2525
run: dotnet build --configuration Release --no-restore
2626
- name: Export Countries
27-
working-directory: ./src/Nager.Country.Export/bin/Release/net6.0
27+
working-directory: ./src/Nager.Country.Export/bin/Release/net8.0
2828
run: |
2929
./Nager.Country.Export.exe
3030
Compress-Archive -Path export/*.json -DestinationPath countries.zip

0 commit comments

Comments
 (0)