Skip to content

Commit

Permalink
fix generated path
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 14, 2024
1 parent 5733c93 commit b05e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
LINK=${LINKS[$agenda_index]:-./abstracts.pdf}
./pharo --headless Pharo.image eval "MicAgendaGenerator new abstractLink: '$LINK'; build: '${AGENDAS[$agenda_index]}' trimBoth asFileReference"
done
echo "MD_OUTPUT_DIR=$( dirname '$AGENDAS[0]' )/generated" >> $GITHUB_ENV
echo "MD_OUTPUT_DIR=$( dirname ${AGENDAS[0]} )/generated" >> $GITHUB_ENV
# archive generated HTML so it can be used in another job (reusable workflows cannot have multiple steps)
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b05e585

Please sign in to comment.