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
5f2fea6828
commit
3afb34018d
10
.github/workflows/qa.yml
vendored
10
.github/workflows/qa.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user