mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-22 11:08:01 +00:00
Fix an issue with the release yml (#58)
This commit is contained in:
parent
2c7c471d95
commit
1707aebf0f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -87,6 +87,12 @@ jobs:
|
|||
with:
|
||||
name: windows-msi
|
||||
|
||||
- name: Move all artifacts to current directory
|
||||
run: |
|
||||
mv linux-deb/*.deb .
|
||||
mv macos-dmg/*.dmg .
|
||||
mv windows-msi/*.msi .
|
||||
|
||||
# 3. List downloaded artifacts
|
||||
- name: Check downloaded artifacts
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue