mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
test again
This commit is contained in:
parent
2d1c20df3a
commit
23fc8c6c8f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -35,6 +35,9 @@ jobs:
|
|||
files: ./FModel/bin/Publish/FModel.exe
|
||||
dest: FModel.zip
|
||||
|
||||
- name: test
|
||||
run: tree
|
||||
|
||||
- name: GIT Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
|
|
@ -42,5 +45,4 @@ jobs:
|
|||
automatic_release_tag: ${{ github.event.inputs.appVersion }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prerelease: false
|
||||
files: |
|
||||
*/FModel/bin/Publish/FModel.zip
|
||||
files: FModel.zip
|
||||
Loading…
Reference in New Issue
Block a user