We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7928b commit 217a2aeCopy full SHA for 217a2ae
.github/workflows/tagged_release.yml
@@ -175,7 +175,7 @@ jobs:
175
if: matrix.os == 'ubuntu-latest'
176
run: |
177
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
+ 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
179
working-directory: core
180
181
- name: Build electron app (Windows)
0 commit comments