Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Apr 25, 2022
1 parent b9e0133 commit 47cecf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
PROJECT_VERSION: ${{ env.PROJECT_VERSION }}
env:
PROJECT_NAME: "omekasy"
PROJECT_NAME: "ojisan_fuck"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
EXE_SUFFIX=""
[ "${{ matrix.job.target }}" = "x86_64-pc-windows-msvc" ] && EXE_SUFFIX=".exe"
BIN_PATH="target/${{ matrix.job.target }}/release/omekasy${EXE_SUFFIX}"
BIN_PATH="target/${{ matrix.job.target }}/release/${PROJECT_NAME}${EXE_SUFFIX}"
echo "BIN_PATH=${BIN_PATH}" >> "${GITHUB_ENV}"
- name: Strip binary
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47cecf2

Please sign in to comment.