Skip to content

Commit

Permalink
$
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent aecfdde commit 9d7014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Assemble release
id: assemble-release
run: |
RELEASE_DIR="${env:RUNNER_TEMP}/release"
$RELEASE_DIR="${env:RUNNER_TEMP}/release"
echo "Release dir: ${RELEASE_DIR}"
mkdir "${RELEASE_DIR}"
echo "::set-output name=release-dir::${RELEASE_DIR}"
Expand Down

0 comments on commit 9d7014f

Please sign in to comment.