mirror of
https://github.com/jimeh/emacs-liquid-glass-icons.git
synced 2026-02-18 19:16:40 +00:00
ci(publish): fix asset publishing (#13)
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -25,8 +25,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- name: Publish Resources to GitHub Release
|
- name: Publish Resources to GitHub Release
|
||||||
run: >-
|
run: |
|
||||||
find Resources -name 'Assets.car' -or -name '*.icns' -print0
|
gh release upload ${{ github.ref_name }} \
|
||||||
| xargs -0 gh release upload ${{ github.ref_name }}
|
Resources/Assets.car \
|
||||||
|
LICENSE.md
|
||||||
|
find Resources -name '*.icns' -print0 \
|
||||||
|
| xargs -0 gh release upload ${{ github.ref_name }} \
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user