Skip to content

Commit

Permalink
Major build oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
nonk123 committed May 28, 2024
1 parent 3d69fc7 commit e45f07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cmake --build build -j 4
- name: Assemble dist-files
run: |
mkdir -p dist
mkdir -p dist-${{matrix.config.name}}
cp -r assets dist-${{matrix.config.name}}
cp build/${{matrix.config.exe}} dist-${{matrix.config.name}}/${{matrix.config.out}}
- name: Tar the distribution
Expand Down

0 comments on commit e45f07f

Please sign in to comment.