workflows/build-pkg: fix actionlint error

Also, replace the `>` with `>>` to avoid running into potentially
confusing bugs in case we add more things to `GITHUB_OUTPUT` before this
line.
This commit is contained in:
Carlo Cabrera 2023-04-10 23:55:39 +08:00
parent 4e20760a76
commit 130f37a243
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -23,7 +23,7 @@ jobs:
- name: Version name - name: Version name
id: print-version id: print-version
run: | run: |
echo "version=$(git -C brew describe --tags --always)" > $GITHUB_OUTPUT echo "version=$(git -C brew describe --tags --always)" >> "$GITHUB_OUTPUT"
- name: Build package - name: Build package
run: | run: |
pkgbuild --root brew \ pkgbuild --root brew \