Skip to content

Commit 65c8191

Browse files
Update release.yml
Signed-off-by: Philip Windecker <[email protected]>
1 parent be69b5e commit 65c8191

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ jobs:
8989
uses: actions/download-artifact@v3
9090
with:
9191
name: antora
92-
# Create the mandatory README.txt file for the deliverables package
92+
# Move downloaded Antora artifact to the correct location
93+
- name: Move and rename Antora artifact (ASAM_OSI_Standard)
94+
run: |
95+
ls
96+
mv antora/site/ dist/ASAM_OSI_Standard_${{needs.setup.outputs.output1}}/
97+
# Create the mandatory README.txt file for the deliverables package. The functions and variables declared below will create a readme file with a defined header, surrounded by a box made of "*".
9398
- name: Create README
9499
working-directory: dist
95100
run: |

0 commit comments

Comments
 (0)