diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4a4aa6..dc07494 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index d843cf5..5d70c56 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -typst c spec.typ \ No newline at end of file +typst c ema.typ \ No newline at end of file diff --git a/spec.typ b/ema.typ similarity index 100% rename from spec.typ rename to ema.typ