Skip to content
Snippets Groups Projects

ci: Enable verbose logging and define base directory

Merged Griefed requested to merge ElectronTarGzArchives into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading