Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat authored Dec 31, 2021
1 parent d3699bf commit 4b14922
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 @@ -50,7 +50,7 @@ jobs:
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,config.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-${{ env.RELEASE_VERSION }}.zip ./ox_inventory
cd ./temp && zip -r ../ox_inventory-${{ env.RELEASE_VERSION }}.zip ./ox_inventory
- name: Create Release
uses: "marvinpinto/[email protected]"
Expand Down

0 comments on commit 4b14922

Please sign in to comment.