mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Update ci.yml
This commit is contained in:
committed by
GitHub
parent
3a6327ee36
commit
32c871ecf4
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -53,8 +53,11 @@ jobs:
|
|||||||
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
|
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
path: artifacts
|
||||||
|
merge-multiple: true
|
||||||
- name: Show files
|
- name: Show files
|
||||||
run: ls
|
run: ls -R
|
||||||
- uses: "dciborow/action-github-releases@v1.0.1"
|
- uses: "dciborow/action-github-releases@v1.0.1"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user