diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 674e3772..b9af98c8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
- name: ZIP File
uses: papeloto/action-zip@v1
with:
- files: ./FModel/bin/Publish/FModel.exe
+ files: ./FModel/bin/Publish/
dest: FModel.zip # will end up in working directory not the Publish folder
- name: GIT Release
diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj
index ef487add..6b73bd07 100644
--- a/FModel/FModel.csproj
+++ b/FModel/FModel.csproj
@@ -103,6 +103,10 @@
+
+ Always
+ True
+
@@ -237,10 +241,4 @@
-
-
- Always
-
-
-
diff --git a/FModel/deps/glfw3.dll b/FModel/glfw3.dll
similarity index 100%
rename from FModel/deps/glfw3.dll
rename to FModel/glfw3.dll