Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v authored Jun 20, 2024
1 parent 17e5335 commit 959ff30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Restore Packages
run: nuget restore Naticord/Naticord.sln
- name: Build
run: 'msbuild Naticord/Naticord.sln -t:rebuild -property:Configuration=Release'
run: 'msbuild Naticord/Naticord.sln -t:rebuild -property:Configuration=Debug'
- name: Clone naticord-setup
run: 'git clone https://github.com/Naticord/naticord-setup Naticord\bin\setup'
- name: Copy Release build to \setup
run: copy Naticord\bin\Release\* Naticord\bin\setup
run: copy Naticord\bin\Debug\* Naticord\bin\setup
- name: Compile .ISS to .EXE Installer
uses: Minionguyjpro/Inno-Setup-Action@v1.2.2
with:
Expand Down

0 comments on commit 959ff30

Please sign in to comment.