Skip to content

Commit

Permalink
ema rename
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Sep 5, 2024
1 parent 3434120 commit 0e5aa5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
tag_name: ${{ github.ref_name }}
files: "./*.pdf"

- run: "mkdir output && mv spec.pdf output/spec.pdf"
- run: "mkdir output && mv ema.pdf output/ema.pdf"

- name: Publish
uses: ryand56/r2-upload-action@latest
Expand Down
2 changes: 1 addition & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typst c spec.typ
typst c ema.typ
File renamed without changes.

0 comments on commit 0e5aa5c

Please sign in to comment.