Fixed missing .update directory

This commit is contained in:
Thorsten Sommer 2024-06-15 15:29:52 +02:00
parent 675ce5e571
commit 0e85118173
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -409,6 +409,9 @@ jobs:
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -Rlhat $GITHUB_WORKSPACE/artifacts run: ls -Rlhat $GITHUB_WORKSPACE/artifacts
- name: Create .update directory
run: mkdir -p $GITHUB_WORKSPACE/.updates
- name: Collect all signatures - name: Collect all signatures
id: collect_signatures id: collect_signatures
run: | run: |