Skip to content
Snippets Groups Projects
Commit 8896a2d5 authored by Griefed's avatar Griefed :joystick:
Browse files

no message

parent c1e2e608
No related branches found
No related tags found
1 merge request!14Develop
......@@ -55,10 +55,12 @@ jobs:
with:
fetch-depth: 0
- name: A.We are running on
run: |
echo matrix.os is ${{ matrix.os }}
echo github.runner_os is ${{ github.runner_os }}
- name: We are running on
run: echo matrix.os is ${{ matrix.os }}
# Either:
# 1. macos-latest
# 2. ubuntu-latest
# 3. windows-latest
# SETUP NODE ENVIRONMENT
- name: Setup Node.js environment
......@@ -78,3 +80,19 @@ jobs:
- name: List files
run: ls dist/electron
- name: Rename folders
run: |
mv dist/electron/Let* dist/electron/lttmm-${{ matrix.os }}
# Electron Archives
- name: Create zip
uses: ihiroky/archive-action@v1
with:
root_dir: dist/electron/lttmm-${{ matrix.os }}
file_path: lttmm-app-$ARCHIVEOS.zip
- name: Create tar.gz
uses: ihiroky/archive-action@v1
with:
root_dir: dist/electron/lttmm-${{ matrix.os }}
file_path: lttmm-app-$ARCHIVEOS.tar.gz
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