mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Update macosx_cpn_nightly.yml
Tentative fix
This commit is contained in:
parent
7dc41191ab
commit
2e87c8612a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macosx_cpn_nightly.yml
vendored
4
.github/workflows/macosx_cpn_nightly.yml
vendored
|
@ -98,10 +98,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: output/companion-nightly
|
||||
name: companion-nightly
|
||||
- uses: pyTooling/Actions/releaser@main
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: 'nightly'
|
||||
rm: true
|
||||
files: ./*
|
||||
files: ${{github.workspace}}/output/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue