Skip to content

Commit

Permalink
Oprava release.yml
Browse files Browse the repository at this point in the history
Byl změněn název příkazu který se využívá k extrakci jména
  • Loading branch information
kamen-u-cesty committed May 17, 2022
1 parent 56367f7 commit cc57edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
root_file: main.tex

- name: Set env
run: echo "NAME=$(grep -F "\newcommand{\subject}" main.tex | cut -d'{' -f 3 | cut -d'}' -f 1)" >> $GITHUB_ENV
run: echo "NAME=$(grep -F "\newcommand{\name}" main.tex | cut -d'{' -f 3 | cut -d'}' -f 1)" >> $GITHUB_ENV

# nahrání pro pozdější stažení
- name: Upload artifact
Expand Down

0 comments on commit cc57edb

Please sign in to comment.