[no ci] actions: cacerts.pem in releasess, not roots.pem

This commit is contained in:
Jay Lee
2023-07-26 16:04:30 -04:00
committed by GitHub
parent 9f0c288374
commit 6f7a93c517

View File

@ -519,7 +519,7 @@ jobs:
- name: Copy extra package files
if: matrix.goal == 'build'
run: |
cp -v roots.pem $gampath
cp -v cacerts.pem $gampath
cp -v LICENSE $gampath
cp -v GamCommands.txt $gampath
if [[ "${RUNNER_OS}" == "Windows" ]]; then