Skip to content

Commit

Permalink
moved ChangeLog file to main project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 19, 2020
1 parent cc35f7b commit 4e658bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
zip -r $RELEASE_ZIP ./
popd
mv NetworkMiner/bin/Release/$RELEASE_ZIP ./
zip $RELEASE_ZIP README.md LICENSE.txt # add README and LICENSE
zip $RELEASE_ZIP README.md ChangeLog LICENSE.txt # add README, ChangeLog and LICENSE
- name: Create GH Release
id: create_release
uses: actions/create-release@v1
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions NetworkMiner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project_Files", "Project_Files", "{38AAB075-6E2E-4522-B01D-1F49DBEB6F51}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release_workflow.yml = .github\workflows\release_workflow.yml
ChangeLog = ChangeLog
EndProjectSection
EndProject
Global
Expand Down
3 changes: 0 additions & 3 deletions NetworkMiner/NetworkMiner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ChangeLog">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="networkminericon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 4e658bf

Please sign in to comment.