Skip to content

Commit 217a2ae

Browse files
authored
Update tagged_release.yml (#90)
1 parent bb7928b commit 217a2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
if: matrix.os == 'ubuntu-latest'
176176
run: |
177177
npm run electron-builder-linux-prod
178-
mv core/electron/aspect-model-editor-v${{ github.event.inputs.release_version }}-linux.tar.gz core/electron/aspect-model-editor-v${{ github.event.inputs.release_version }}-linux-glibc-${{ env.GLIBC_VERSION }}.tar.gz
178+
mv electron/aspect-model-editor-v${{ github.event.inputs.release_version }}-linux.tar.gz electron/aspect-model-editor-v${{ github.event.inputs.release_version }}-linux-glibc-${{ env.GLIBC_VERSION }}.tar.gz
179179
working-directory: core
180180

181181
- name: Build electron app (Windows)

0 commit comments

Comments
 (0)