Skip to content

Commit

Permalink
update github workflow to pull in png icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Nov 28, 2023
1 parent dc578ca commit 5d62024
Show file tree
Hide file tree
Showing 2 changed files 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_modules *.py *.json *.md *.js LICENSE
tar -czvf LegionGoRemapper.tar.gz --transform 's,^,LegionGoRemapper/,' dist backend bin py_modules assets *.py *.json *.md *.js *.png LICENSE
continue-on-error: true

- name: show files
Expand Down
Binary file removed assets/logo.png
Binary file not shown.

0 comments on commit 5d62024

Please sign in to comment.