Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval committed Sep 6, 2022
1 parent a45ad49 commit 807029d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions FModel/FModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<None Remove="Resources\framebuffer.vert" />
<None Remove="Resources\outline.frag" />
<None Remove="Resources\outline.vert" />
<None Update="glfw3.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ExcludeFromSingleFile>True</ExcludeFromSingleFile>
</None>
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -237,10 +241,4 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="deps\glfw3.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit 807029d

Please sign in to comment.