Skip to content

Commit

Permalink
fix a type in build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 9, 2023
1 parent 2471f82 commit 63082bb
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 @@ -34,7 +34,7 @@ jobs:
id: vars
shell: bash
run: |
commit=$(git describe --always --tags "refs/remotes/origin/${HEAD_REF}")"
commit=$(git describe --always --tags "refs/remotes/origin/${HEAD_REF}")
artifact_name="open.mp-launcher-win-${commit}"
echo "artifact_name=${artifact_name}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 63082bb

Please sign in to comment.