Skip to content

Commit

Permalink
Fix release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FjamZoo authored Sep 5, 2024
1 parent c6959c2 commit c86e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
shopt -s extglob
mkdir -p ./temp/${{ github.event.repository.name }}
cp ./{README.md,LICENSE,config.lua,fxmanifest.lua} ./temp/${{ github.event.repository.name }}
cp ./{README.md,LICENSE,fxmanifest.lua} ./temp/${{ github.event.repository.name }}
cp -r ./{client,compatability,config,server} ./temp/${{ github.event.repository.name }}
cd ./temp && zip -r ../${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
Expand Down

0 comments on commit c86e759

Please sign in to comment.