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
78d2e23e6d
commit
14f6641245
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -43,8 +43,9 @@ jobs:
|
|||||||
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
|
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: vendor
|
path: |
|
||||||
path: vendor.tar.gz
|
*.tar.gz
|
||||||
|
*.flatpak
|
||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
publish-prerelease:
|
publish-prerelease:
|
||||||
@@ -53,14 +54,6 @@ 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: vendor
|
|
||||||
merge-multiple: true
|
|
||||||
- uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
path: flatpak
|
|
||||||
pattern: toolboxtuner*
|
|
||||||
merge-multiple: true
|
|
||||||
- name: Show files
|
- name: Show files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
- uses: "dciborow/action-github-releases@v1.0.1"
|
- uses: "dciborow/action-github-releases@v1.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user