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 Dec 3, 2021
1 parent baeceb7 commit 9a97e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# 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.zip npwd
cd ./temp && zip -r ../npwd.zip ./npwd
- name: Create Release
uses: "marvinpinto/action-automatic-releases@v1.2.1"
Expand Down

0 comments on commit 9a97e2f

Please sign in to comment.