Skip to content

Commit

Permalink
fix: ci 41
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 5, 2024
1 parent b69a27d commit d590a95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,15 @@ jobs:

- name: Rename and Move Compiled PDF
run: |
mkdir -p dist
MODULE_NAME="${{matrix.module}}"
MODULE_NAME=${MODULE_NAME//\//_}
mv main.pdf dist/$MODULE_NAME.pdf
mv main.pdf $MODULE_NAME.pdf
echo "MODULE_NAME_SANITIZED=${MODULE_NAME}" >> $GITHUB_ENV
- name: Upload Compiled PDF
uses: actions/upload-pages-artifact@v3
with:
name: ${{env.MODULE_NAME_SANITIZED}}
path: dist

compile_and_deploy_ENG:
name: Compile
Expand Down Expand Up @@ -84,7 +82,6 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: ${{env.MODULE_NAME_SANITIZED}}
path: dist

merge-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d590a95

Please sign in to comment.