mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2026-03-22 00:26:32 +00:00
fix: typos
This commit is contained in:
8
.github/workflows/typst.yml
vendored
8
.github/workflows/typst.yml
vendored
@@ -31,9 +31,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: PDF
|
||||
path: |
|
||||
kval_darbs_kristians_cagulis_kc22015.pdf
|
||||
documentary_page.pdf
|
||||
path: "*.pdf"
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "DATE=$(date +%Y-%m-%d-%H:%M)" >> $GITHUB_ENV
|
||||
@@ -42,4 +40,6 @@ jobs:
|
||||
if: github.ref_type == 'tag'
|
||||
with:
|
||||
name: "${{ github.ref_name }} — ${{ env.DATE }}"
|
||||
files: "*.pdf"
|
||||
files: |
|
||||
kval_darbs_kristians_cagulis_kc22015.pdf
|
||||
documentary_page.pdf
|
||||
|
||||
Reference in New Issue
Block a user