Skip to content

Commit

Permalink
Fix release artifact build
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Feb 4, 2025
1 parent 5155b33 commit 11d82f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
mkdir -p ./tmp/lib
cp -r ./lib_by_platform/pyportal/lib/* ./tmp/lib
cp ./pyportal_startup.bmp .
cp ./pyportal_startup.wav .
cp ./pyportal_startup.bmp ./tmp/
cp ./pyportal_startup.wav ./tmp/
cp bundle_base.tar pyportal_bundle_base.tar
tar -rvf pyportal_bundle_base.tar -C ./tmp/ .
Expand Down

0 comments on commit 11d82f1

Please sign in to comment.