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

ci: Enable verbose logging and define base directory

parent e4b57665
No related branches found
No related tags found
1 merge request!25ci: Enable verbose logging and define base directory
......@@ -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