Skip to content

Commit

Permalink
Update tagged-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip authored Nov 1, 2021
1 parent ed44e87 commit a33f244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cp ./{LICENSE,README.md,config.json,import.sql,fxmanifest.lua} ./temp/npwd/
cp -r ./resources/{dist,html} ./temp/npwd/resources
# Make sure we copy our one lua boy
mkdir ./temp/npwd/resources/client
cp ./resources/client/cl_controls.lua ./temp/npwd/resources/client/cl_controls.lua
cd ./temp && zip -r npwd-${{ steps.get_tag.outputs.VERSION_TAG }}.zip ./npwd
Expand Down

0 comments on commit a33f244

Please sign in to comment.