diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 78c3841..31c8b3a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish
- run: dotnet publish TLEGenerator -c Release --no-restore
+ run: dotnet publish TLEGenerator -c Release --no-restore --output osx-x64
- uses: actions/upload-artifact@v3
with:
name: tlegenerator-osx-x64
diff --git a/TLEGenerator/TLEGenerator.csproj b/TLEGenerator/TLEGenerator.csproj
index cdd5418..76e78de 100644
--- a/TLEGenerator/TLEGenerator.csproj
+++ b/TLEGenerator/TLEGenerator.csproj
@@ -8,6 +8,11 @@
tlegenerator
+
+ False
+ None
+
+