Skip to content

Commit

Permalink
fix auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
CsokiHUN committed Jan 30, 2023
1 parent d18cd34 commit 1ba79f4
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/esx_hud
mkdir -p ./temp/esx_hud/web
cp ./fxmanifest.lua ./temp/esx_hud
cp -r ./{client,locales,server,stream} ./temp/esx_hud
cp -r ./{client,locales,server,stream,shared} ./temp/esx_hud
cp -r ./web/dist ./temp/esx_hud/web/dist
cd ./temp && zip -r ../esx_hud.zip ./esx_hud
- name: Create Release
Expand Down

0 comments on commit 1ba79f4

Please sign in to comment.