Skip to content

Commit

Permalink
fix(workflow): web directory
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed Oct 19, 2023
1 parent 5e4b4a6 commit b761968
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 @@ -26,7 +26,7 @@ jobs:
run: |
mkdir -p ./temp/ac_radio
cp ./{LICENSE,README.md,fxmanifest.lua,config.lua} ./temp/ac_radio
cp -r ./{html,locales,resource} ./temp/ac_radio
cp -r ./{web,locales,resource} ./temp/ac_radio
cd ./temp && zip -r ../ac_radio.zip ./ac_radio
- name: Create release
Expand Down

0 comments on commit b761968

Please sign in to comment.