Skip to content

Commit

Permalink
update github release w/ py_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Nov 27, 2023
1 parent 8e72eee commit 5cae4df
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 @@ -30,7 +30,7 @@ jobs:
pnpm install --no-frozen-lockfile
pnpm update decky-frontend-lib --latest
pnpm run build
tar -czvf LegionGoRemapper.tar.gz --transform 's,^,LegionGoRemapper/,' dist backend bin *.py *.json *.md *.js LICENSE
tar -czvf LegionGoRemapper.tar.gz --transform 's,^,LegionGoRemapper/,' dist backend bin py_modules *.py *.json *.md *.js LICENSE
continue-on-error: true

- name: show files
Expand Down

0 comments on commit 5cae4df

Please sign in to comment.