Skip to content

Commit

Permalink
Try adding easy directory
Browse files Browse the repository at this point in the history
man this is way harder than it needs to be
  • Loading branch information
vEnhance committed Jun 29, 2024
1 parent 2554d70 commit 4b1a129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: main.typ
source_file: easy/main.typ
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf
path: easy/main.pdf
- name: Get current date
id: date
run: echo "DATE=$(date +%Y-%m-%d-%H:%M)" >> $GITHUB_ENV
Expand All @@ -29,4 +29,4 @@ jobs:
if: github.ref_type == 'tag'
with:
name: "${{ github.ref_name }} — ${{ env.DATE }}"
files: main.pdf
files: easy/main.pdf

0 comments on commit 4b1a129

Please sign in to comment.