mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:59:03 +08:00
Display contents of directories
This commit is contained in:
parent
457d86cbe6
commit
9370f15f96
@ -134,12 +134,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [create-installers, parse-version]
|
needs: [create-installers, parse-version]
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
|
||||||
uses: actions/download-artifact@v4.1.7
|
|
||||||
with:
|
|
||||||
path: artifacts
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Checkout Cura repo
|
- name: Checkout Cura repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -165,6 +159,21 @@ jobs:
|
|||||||
body-source: file
|
body-source: file
|
||||||
body: formatted_changelog.txt
|
body: formatted_changelog.txt
|
||||||
|
|
||||||
|
- name: Download artifacts
|
||||||
|
uses: actions/download-artifact@v4.1.7
|
||||||
|
with:
|
||||||
|
path: artifacts
|
||||||
|
merge-multiple: true
|
||||||
|
|
||||||
|
- name: Display contents
|
||||||
|
run: |
|
||||||
|
ls -lh
|
||||||
|
|
||||||
|
- name: Display artifacts contents
|
||||||
|
working-directory: artifacts
|
||||||
|
run: |
|
||||||
|
ls -lh
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
working-directory: artifacts
|
working-directory: artifacts
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user