From 9d79f33d1f4e0fe0466af714c625feb00b66e77e Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Wed, 10 Apr 2024 20:55:51 +0200 Subject: [PATCH] Add artifact --- .github/workflows/ci-installer.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-installer.yml b/.github/workflows/ci-installer.yml index 2e9d898e..b20a3b63 100644 --- a/.github/workflows/ci-installer.yml +++ b/.github/workflows/ci-installer.yml @@ -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