Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coblyox committed Oct 11, 2024
1 parent 2a8627b commit 8f4088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir -p ./temp/fd_laptop
mkdir -p ./temp/fd_laptop/web/
cp ./{LICENSE,README.md,fxmanifest.lua,init.lua,types.lua} ./temp/fd_laptop
cp -r ./{bridge,config,data,locales,modules,utils} ./temp/fd_laptop
cp -r ./{bridge,config,data,locales,modules,optional,utils,stream} ./temp/fd_laptop
cp -r ./web/dist ./temp/fd_laptop/web/
cd ./temp && zip -r ../fd_laptop.zip ./fd_laptop
Expand Down

0 comments on commit 8f4088e

Please sign in to comment.