Update qa.yml

This commit is contained in:
Valentin 2023-11-04 20:03:55 +01:00 committed by GitHub
parent 0f7bd1833a
commit 1e9f7e7355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,9 @@ jobs:
prerelease: true
files: ${{ github.sha }}.zip
- name: Show Response
run: echo ${{ steps.edited_release.outputs.files.* }}
- name: FModel Auth
id: fmodel_auth
uses: fjogeleit/http-request-action@v1.14.1
@ -66,4 +69,4 @@ jobs:
url: "https://api.fmodel.app/v1/infos/${{ secrets.QA_ID }}"
method: "PATCH"
bearerToken: ${{ fromJson(steps.fmodel_auth.outputs.response).accessToken }}
data: '{"version": "${{ steps.test.package_version.version }}-dev+${{ github.sha }}", "downloadUrl": "${{ join(steps.edited_release.outputs.files.*, ",") }}"}'
data: '{"version": "${{ steps.test.package_version.version }}-dev+${{ github.sha }}"}'