We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a66d7 commit cc40795Copy full SHA for cc40795
1 file changed
.github/workflows/export.yml
@@ -136,7 +136,7 @@ jobs:
136
env:
137
GITHUB_TOKEN: ${{ github.token }}
138
run: |
139
- mv web/index.pck '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck'
+ cp web/index.pck '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck'
140
gh release upload '${{ github.ref_name }}' '${{ env.PCK_NAME }}-${{ github.ref_name }}.pck' --repo '${{ github.repository }}'
141
142
- name: Download Flatpak bundle
0 commit comments