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
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vendor
|
||||
path: vendor.tar.gz
|
||||
path: |
|
||||
*.tar.gz
|
||||
*.flatpak
|
||||
- name: ls
|
||||
run: ls
|
||||
publish-prerelease:
|
||||
@@ -53,14 +54,6 @@ jobs:
|
||||
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
|
||||
steps:
|
||||
- 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
|
||||
run: ls -R
|
||||
- uses: "dciborow/action-github-releases@v1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user