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

Merge pull request #25 from Griefed/ElectronTarGzArchives

ci: Enable verbose logging and define base directory
parents b99c7f0b 0b9a0788
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,13 @@ jobs:
uses: ihiroky/archive-action@v1
with:
root_dir: lttmm-${{ matrix.os }}
base_dir: "lttmm-${{ matrix.os }}"
file_path: lttmm-app-${{ matrix.os }}.zip
verbose: true
- name: Create tar.gz
uses: ihiroky/archive-action@v1
with:
root_dir: lttmm-${{ matrix.os }}
base_dir: "lttmm-${{ matrix.os }}"
file_path: lttmm-app${{ matrix.os }}.tar.gz
verbose: true
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