We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3651e commit 1c35200Copy full SHA for 1c35200
.github/workflows/create-release.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: ./src
25
run: dotnet build --configuration Release --no-restore
26
- name: Export Countries
27
- working-directory: ./src/Nager.Country.Export/bin/Release/net6.0
+ working-directory: ./src/Nager.Country.Export/bin/Release/net8.0
28
run: |
29
./Nager.Country.Export.exe
30
Compress-Archive -Path export/*.json -DestinationPath countries.zip
0 commit comments