Skip to content

Commit

Permalink
Update dist.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored May 18, 2024
1 parent f962fdf commit 2be3b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
tar -czvf ./pkg_dir/$prefix-linux.tar.gz -C ./glslcc-linux glslcc
tar -czvf ./pkg_dir/$prefix-osx-x64.tar.gz -C ./glslcc-osx-x64 glslcc
tar -czvf ./pkg_dir/$prefix-osx-arm64.tar.gz -C ./glslcc-osx-arm64 glslcc
curl 'https://github.com/simdsoft/1kiss/releases/download/devtools/d3dcompiler_47.dll' -o './glslcc-win64/d3dcompiler_47.dll'
curl -L 'https://github.com/simdsoft/1kiss/releases/download/devtools/d3dcompiler_47.dll' -o './glslcc-win64/d3dcompiler_47.dll'
sh -c "cd ./glslcc-win64; zip ../pkg_dir/$prefix-win64.zip glslcc.exe"
- name: Publish to github release page
if: ${{ steps.check_ver.outputs.release_ver != '' }}
Expand Down

0 comments on commit 2be3b6c

Please sign in to comment.