Skip to content

Commit

Permalink
Macos release candidate action: fix version.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 18, 2023
1 parent 28e5359 commit 538e638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Create artifacts
run: |
export VERSION=$(grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
export VERSION=$(grep '^[Vv]ersion:' pandoc.cabal | awk '{print $2;}')
export ARTIFACTS=macos-release-candidate
export RESOURCES=${ARTIFACTS}/Resources
export ROOT=${ARTIFACTS}/pandoc
Expand Down

0 comments on commit 538e638

Please sign in to comment.