Skip to content

Commit

Permalink
refactor: remove config.cfg
Browse files Browse the repository at this point in the history
Force people to read docs pog
  • Loading branch information
thelindat committed Mar 4, 2022
1 parent c283d73 commit f768449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
mkdir -p ./temp/ox_inventory
mkdir -p ./temp/ox_inventory/web
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,config.cfg,client.lua} ./temp/ox_inventory
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,client.lua} ./temp/ox_inventory
cp -r ./{setup,modules,data} ./temp/ox_inventory
cp -r ./web/build ./temp/ox_inventory/web/build
cd ./temp && zip -r ox_inventory-${{ steps.get_vars.outputs.SHORT_SHA }}.zip ./ox_inventory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
mkdir -p ./temp/ox_inventory
mkdir -p ./temp/ox_inventory/web
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,config.cfg,client.lua} ./temp/ox_inventory
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,client.lua} ./temp/ox_inventory
cp -r ./{setup,modules,data} ./temp/ox_inventory
cp -r ./web/build ./temp/ox_inventory/web/build
cd ./temp && zip -r ../ox_inventory.zip ./ox_inventory
Expand Down
6 changes: 0 additions & 6 deletions config.cfg

This file was deleted.

0 comments on commit f768449

Please sign in to comment.