mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
better
This commit is contained in:
parent
a45ad49414
commit
807029d211
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -237,10 +241,4 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="deps\glfw3.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user