Skip to content

Commit

Permalink
fix(github): actually include built resource
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jul 17, 2024
1 parent bc14424 commit e3ba064
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 @@ -48,7 +48,7 @@ jobs:
mkdir -p ./temp/${{ github.event.repository.name }}/ui
cp ./{README.md,LICENSE,fxmanifest.lua} ./temp/${{ github.event.repository.name }}
cp -r ./{client,bridge,server} ./temp/${{ github.event.repository.name }}
cp -r ./ui/public ./temp/${{ github.event.repository.name }}/ui/public
cp -r ./ui/dist ./temp/${{ github.event.repository.name }}/ui/dist
cd ./temp && zip -r ../${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
- name: Get App Token
Expand Down

0 comments on commit e3ba064

Please sign in to comment.