Skip to content

Commit

Permalink
Drop the dll file extension (#247)
Browse files Browse the repository at this point in the history
Native AOT doesn't produce files with dll extensions.
  • Loading branch information
henrikwidlund authored Dec 3, 2023
1 parent 7af007a commit cf003e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
process_config() {
filename="\$1"
./artifacts/HostsParser.dll "\$1"
./artifacts/HostsParser "\$1"
CONFIG_FILE=\$(echo "\$filename" | cut -d'/' -f 4)
CONFIG=\${CONFIG_FILE//json/txt}
Expand Down

0 comments on commit cf003e6

Please sign in to comment.