Update build.yml

This commit is contained in:
Jay Lee
2022-08-31 08:41:52 -04:00
committed by GitHub
parent 52aa1ac0da
commit 27efef1d9b

View File

@@ -446,6 +446,7 @@ jobs:
"${PYTHON}" -m PyInstaller --clean --distpath="${gampath}" gam.spec
- name: Copy extra package files
if: matrix.goal == 'build'
run: |
cp -v roots.pem $gampath
cp -v LICENSE $gampath