Update ci.yml

This commit is contained in:
Hannes Kuchelmeister
2024-07-06 01:35:00 +02:00
committed by GitHub
parent 3a6327ee36
commit 32c871ecf4

View File

@@ -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 }}"