Skip to content

Commit

Permalink
Add artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Apr 10, 2024
1 parent 7bb8455 commit 9d79f33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ jobs:
shell: cmd

- name: Publish
run: dotnet publish -c Release .\Installer\Installer.csproj
run: dotnet publish -c Release ./Installer/Installer.csproj
shell: cmd

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: Installer.exe
path: ./Installer/bin/Release/net8.0/win-x64/publish/Installer.exe

0 comments on commit 9d79f33

Please sign in to comment.