mirror of
https://github.com/opentx/opentx.git
synced 2025-07-27 02:05:16 +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:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: output/companion-nightly
|
name: companion-nightly
|
||||||
- uses: pyTooling/Actions/releaser@main
|
- uses: pyTooling/Actions/releaser@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: 'nightly'
|
tag: 'nightly'
|
||||||
rm: true
|
rm: true
|
||||||
files: ./*
|
files: ${{github.workspace}}/output/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue