Skip to content

Commit f40e356

Browse files
Update release.yml
download artifact into correct folder
1 parent 0f0386f commit f40e356

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ jobs:
8989
uses: actions/download-artifact@v3
9090
with:
9191
name: antora
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}}/
92+
path: dist/ASAM_OSI_Standard_${{needs.setup.outputs.output1}}/
93+
# # Move downloaded Antora artifact to the correct location
94+
# - name: Move and rename Antora artifact (ASAM_OSI_Standard)
95+
# run: |
96+
# ls
97+
# mv antora/site/ dist/ASAM_OSI_Standard_${{needs.setup.outputs.output1}}/
9798
# 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 "*".
9899
- name: Create README
99100
working-directory: dist

0 commit comments

Comments
 (0)