mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Update qa.yml
This commit is contained in:
parent
b5a3b1c655
commit
5ef205c142
5
.github/workflows/qa.yml
vendored
5
.github/workflows/qa.yml
vendored
|
|
@ -53,9 +53,6 @@ jobs:
|
|||
prerelease: true
|
||||
files: ${{ github.sha }}.zip
|
||||
|
||||
- name: Show Response
|
||||
run: echo ${{ join(steps.edited_release.outputs.files, ';') }}
|
||||
|
||||
- name: FModel Auth
|
||||
id: fmodel_auth
|
||||
uses: fjogeleit/http-request-action@v1.14.1
|
||||
|
|
@ -69,4 +66,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.package_version.outputs.version }}-dev+${{ github.sha }}"}'
|
||||
data: '{"version": "${{ steps.package_version.outputs.version }}-dev+${{ github.sha }}", "downloadUrl": "https://github.com/4sval/FModel/releases/download/qa/${{ github.sha }}.zip"}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user