Skip to content

Commit cc40795

Browse files
authored
ci: Fix attaching web build to release (#2061)
I broke this in commit 01429b1. The `-web.zip` attached to releases has no `index.pck` so is unusable.
1 parent 64a66d7 commit cc40795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
GITHUB_TOKEN: ${{ github.token }}
138138
run: |
139-
mv web/index.pck '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck'
139+
cp web/index.pck '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck'
140140
gh release upload '${{ github.ref_name }}' '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck' --repo '${{ github.repository }}'
141141
142142
- name: Download Flatpak bundle

0 commit comments

Comments
 (0)