Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
almounah authored Nov 13, 2024
1 parent 6fe02c7 commit 64a9c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="Any CPU" ${{env.SOLUTION_FILE_PATH}} /p:OutDir=${{env.GITHUB_WORKSPACE}}/compiled/
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="Any CPU" ${{env.SOLUTION_FILE_PATH}} /p:OutDir=compiled/
- name: Package Stuff
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd compiled
cd ${{env.GITHUB_WORKSPACE}}/compiled
ls
tar.exe -czvf ..\${{env.NAME_BATGADGET}}.tar.gz .
tar.exe -czvf ..\..\${{env.NAME_BATGADGET}}.tar.gz .
- name: Create Release
id: create_release
Expand Down

0 comments on commit 64a9c81

Please sign in to comment.