Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirazAdam committed Aug 20, 2024
2 parents f0ab1ce + 1f3fd0a commit f2c62ae
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/Build-TinyWall-NETFramework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,19 @@ jobs:

- name: Restore NuGet Packages
run: nuget restore TinyWall.sln

- name: Build Solution
run: |
msbuild.exe TinyWall.sln /p:Platform="Any CPU" /p:Configuration="Release" /p:DeployOnBuild="true" /p:PublishProfile="FolderProfile" /p:PublishProfileRootFolder="TinyWall\PublishProfiles"
# upload:

# runs-on: windows-latest

# steps:
# - name: Upload Release Assets
# uses: alexellis/[email protected]
# with:
# # The paths to the assets you want to upload as a JSON array. You can use a glob pattern.
# asset_paths: '[".\TinyWall\TinyWallSetup\Release\*"]'

0 comments on commit f2c62ae

Please sign in to comment.