Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Nov 30, 2024
1 parent 83a142d commit e834620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: windows-2022
cc: "cl"
cxx: "cl"
- name: "Windows Clang 16"
- name: "Windows Clang"
build_dir: "windows-clang"
os: windows-2022
cc: "clang"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
if: matrix.config.os == 'ubuntu-22.04' && matrix.config.cc == 'gcc'
run: |
mkdir -p dist/qtedit4/
ln -s ../ubuntu-gcc/usr/ "dist/qtedit4/qtedit4-${{ matrix.config.build_dir }}-${{ env.version }}"
ln -s ../-${{ matrix.config.build_dir }}/usr/ "dist/qtedit4/qtedit4-${{ matrix.config.build_dir }}-${{ env.version }}"
tar -czhf "dist/qtedit4-${{ matrix.config.build_dir }}-${{ env.version }}.tar.gz" -C "dist/qtedit4/" .
shell: bash

Expand Down

0 comments on commit e834620

Please sign in to comment.