Skip to content

Commit

Permalink
create a build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Aug 22, 2024
1 parent 50d7b11 commit 162bdc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
run: |
dotnet build src/S7CommPlusDriver
dotnet build src/DriverTest
dotnet build src/S7CommPlusGUIBrowser
dotnet build src/S7CommPlusGUIBrowser
- uses: actions/upload-artifact@v4
path: src/S7CommPlusDriver/bin/Debug/*.nupkg
1 change: 1 addition & 0 deletions src/S7CommPlusDriver/S7CommPlusDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
<Copyright>Copyright © 2023, Thomas Wiens</Copyright>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
</Project>

0 comments on commit 162bdc6

Please sign in to comment.