From 3afb34018d538e574e13fce25459391e2838d8bc Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 4 Nov 2023 19:04:10 +0100 Subject: [PATCH] Update qa.yml --- .github/workflows/qa.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 434dc9ae..743a90fb 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -36,13 +36,11 @@ 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 + uses: johnwbyrd/update-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - id: 127997284 + release: FModel QA Testing + tag: qa + prerelease: true files: ${{ github.sha }}.zip