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 17, 2024
1 parent 6a08802 commit 44e91b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
options: /O+
- name: List directory of \setup (debugging)
run: dir Naticord\bin\setup\naticord
- name: Rename mysetup.exe to naticord-setup.exe
run: ren Naticord\bin\setup\naticord\mysetup.exe Naticord\bin\setup\naticord\naticord-setup.exe
- name: Upload Naticord
uses: actions/upload-artifact@v4.3.3
with:
name: Naticord
path: Naticord\bin\setup\naticord\naticord-setup.exe
name: naticord-setup
path: Naticord\bin\setup\naticord\mysetup.exe
compression-level: 0

0 comments on commit 44e91b7

Please sign in to comment.