From 5f2fea6828943551a7d074b2fcc3b2d3533c8d96 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 4 Nov 2023 18:54:02 +0100 Subject: [PATCH] Update qa.yml --- .github/workflows/qa.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 90dd3fa8..434dc9ae 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -36,9 +36,13 @@ jobs: files: ./FModel/bin/Publish/FModel.exe dest: ${{ github.sha }}.zip # will end up in working directory not the Publish folder + deploy: + runs-on: ubuntu-latest + + steps: - name: Edit QA Artifact uses: irongut/EditRelease@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} - id: qa + id: 127997284 files: ${{ github.sha }}.zip