Skip to content
Snippets Groups Projects
Unverified Commit 6a0e7b5c authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Update test.yml

parent c0d77094
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,14 @@ jobs:
- name: List files
run: ls dist/electron
- uses: actions/upload-artifact@v2
with:
name: build-artifacts-electron ${{ matrix.os }}
path: |
dist/electron/
!dist/electron/UnPackaged
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
- name: Rename folders
run: |
mv dist/electron/Let* lttmm-${{ matrix.os }}
......@@ -120,11 +128,3 @@ jobs:
- name: List files
run: ls
- uses: actions/upload-artifact@v2
with:
name: build-artifacts-electron ${{ matrix.os }}
path: |
dist/electron/
!dist/electron/UnPackaged
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment