Skip to content

Commit 53b5c47

Browse files
Update release.yml
1 parent bdf48ac commit 53b5c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Publish App
2828
# We publish to a local 'publish' folder
29-
run: dotnet publish -c Release -r linux-x64 --self-contained false -o ./publish
29+
run: dotnet publish OutSystems.YAEmailValidator/OutSystems.YAEmailValidator.csproj -c Release -r linux-x64 --self-contained false -o ./publish
3030

3131
- name: Create Versioned Zip
3232
# This creates YAEmailValidator_v1.0.0.zip (or whatever your tag is)

0 commit comments

Comments
 (0)