mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: Fix missing directory
This commit is contained in:
parent
20d5eef32e
commit
7c1afedf0c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- name: "Package Project"
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir build/package
|
||||
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_7Z
|
||||
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
|
||||
- name: "Package Installer (Prereqs)"
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
- name: "Package Project"
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir build/package
|
||||
cmake --build "build/temp" --config Speed --target PACKAGE_7Z
|
||||
cmake --build "build/temp" --config Speed --target PACKAGE_ZIP
|
||||
- name: "Package Installer (Prereqs)"
|
||||
|
|
Loading…
Reference in a new issue