Skip to content

Commit

Permalink
build(workflows): copy chrome++.ini to artifact directories for all a…
Browse files Browse the repository at this point in the history
…rchitectures
  • Loading branch information
Bush2021 committed Nov 13, 2024
1 parent e9529c7 commit 106a60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
cp -r build_artifacts/version-x86-${{ env.VERSION }}/* artifacts/x86/App/
cp -r build_artifacts/version-x64-${{ env.VERSION }}/* artifacts/x64/App/
cp -r build_artifacts/version-arm64-${{ env.VERSION }}/* artifacts/arm64/App/
cp src/chrome++.ini artifacts/x86/App/
cp src/chrome++.ini artifacts/x64/App/
cp src/chrome++.ini artifacts/arm64/App/
cd artifacts
7zz a -mx=9 -m0=lzma2 -mmt=on ../Chrome++_v${{ env.VERSION }}_x86_x64_arm64.7z *
cd ..
Expand Down

0 comments on commit 106a60e

Please sign in to comment.