Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jesyspa committed Jun 19, 2024
1 parent 741af3b commit c7fe4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
echo "DATE=$(date +%Y-%m-%d-%H:%M | tr ':' '_')" >> $GITHUB_ENV
echo "BRANCH=$(git branch --show-current)" >> $GITHUB_ENV
echo "MOD=$BRANCH-$DATE" >> $GITHUB_ENV
echo "MOD=$(echo $BRANCH-$DATE)" >> $GITHUB_ENV
- name: Add date to PDF
- name: Add identifier to PDF
run: |
for file in src/*.pdf; do
mv "$file" "src/$(basename "$file" .pdf)-${{ env.MOD }}.pdf"
Expand Down

0 comments on commit c7fe4ca

Please sign in to comment.