From 807029d211cb53fe190d5d91752ce4598dc8a186 Mon Sep 17 00:00:00 2001 From: 4sval Date: Wed, 7 Sep 2022 00:39:56 +0200 Subject: [PATCH] better --- .github/workflows/main.yml | 2 +- FModel/FModel.csproj | 10 ++++------ FModel/{deps => }/glfw3.dll | Bin 3 files changed, 5 insertions(+), 7 deletions(-) rename FModel/{deps => }/glfw3.dll (100%) 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