mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Remove use of undefined variable
This commit is contained in:
parent
a7762787d8
commit
657d1b1764
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
|||
- name: Build archive
|
||||
shell: bash
|
||||
run: |
|
||||
outdir="./target/${{ env.TARGET_DIR }}/release"
|
||||
outdir="./target/${{ matrix.target }}/release"
|
||||
staging="${{ env.BIN_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
|
||||
mkdir -p "$staging"/{complete,doc}
|
||||
cp {README.md,LICENSE-*} "$staging/"
|
||||
|
|
Loading…
Reference in a new issue