Skip to content

Commit

Permalink
Fix mdkir -> mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
sithumonline committed Apr 10, 2024
1 parent ca9a1b1 commit 0f84972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
export LINUX_DOWNLOAD_HREF=https://github.com/sithumonline/json_x/releases/download/${{ github.ref_name }}/json_x_glfw_opengl3-linux-amd64_${{ env.SHA_SHORT }}
export LINUX_DOWNLOAD=json_x_glfw_opengl3-linux-amd64_${{ env.SHA_SHORT }}
mdkir dist
mkdir dist
sed -e "s#linux-download-href#$LINUX_DOWNLOAD_HREF#g" -e "s#linux-download#$LINUX_DOWNLOAD#g" index.html.tmp > dist/index.html
cat index.html
- name: Upload artifact
Expand Down

0 comments on commit 0f84972

Please sign in to comment.