Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FjamZoo committed Nov 19, 2023
1 parent 87f1d12 commit 92488a5
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 @@ -53,7 +53,7 @@ jobs:
run: |
mkdir -p ./temp/Renewed-Weathersync
cp ./{LICENSE,README.md,fxmanifest.lua,Renewed-Weathersync.sql} ./temp/Renewed-Weathersync
cp -r ./{client,locale,modules,server,shared,bridge,config} ./temp/Renewed-Weathersync
cp -r ./{client,compatability,config,server} ./temp/Renewed-Weathersync
cd ./temp && zip -r ../Renewed-Weathersync.zip ./Renewed-Weathersync
- name: Create Release
Expand Down

0 comments on commit 92488a5

Please sign in to comment.