From e3870fa76ec881dfe3bd82c6060ba74af644a806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Rom=C3=A1n?= Date: Wed, 1 Apr 2020 00:19:07 +0200 Subject: [PATCH] ci: Resolved release bug --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a794772..4f211572 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,13 @@ jobs: - name: Build Project run: pwsh -File .\build.ps1 -EngineOnly -Release shell: pwsh + - name: Create Artifact + run: pwsh -File .\release.ps1 + shell: pwsh env: RELEASE_OS: ${{ runner.os }} RELEASE_NAME: ${{ github.event.release.name }} - - name: artifact + - name: Upload Artifact uses: icrawl/action-artifact@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}