Workflow and .gitignore: Bug fix.
This commit is contained in:
parent
4f733a3316
commit
57e01f465f
|
@ -6,14 +6,14 @@ on:
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/macos-shared.yml'
|
- '.github/workflows/macos-static.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/macos-shared.yml'
|
- '.github/workflows/macos-static.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -70,4 +70,4 @@ jobs:
|
||||||
file: /Users/runner/work/RibbonUI/RibbonUI/build/example/${{ env.targetName }}.dmg
|
file: /Users/runner/work/RibbonUI/RibbonUI/build/example/${{ env.targetName }}.dmg
|
||||||
asset_name: ${{ env.targetName }}_${{ github.ref_name }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.dmg
|
asset_name: ${{ env.targetName }}_${{ github.ref_name }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.dmg
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
|
@ -7,14 +7,14 @@ on:
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/ubuntu-shared.yml'
|
- '.github/workflows/ubuntu-static.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/ubuntu-shared.yml'
|
- '.github/workflows/ubuntu-static.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -86,4 +86,4 @@ jobs:
|
||||||
file: ${{ env.targetName }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.AppImage
|
file: ${{ env.targetName }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.AppImage
|
||||||
asset_name: ${{ env.targetName }}_${{ github.ref_name }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.AppImage
|
asset_name: ${{ env.targetName }}_${{ github.ref_name }}_${{ matrix.os }}_Qt${{ matrix.qt_ver }}_static.AppImage
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
|
@ -6,14 +6,14 @@ on:
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows-mingw-shared.yml'
|
- '.github/workflows/windows-mingw-static.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows-mingw-shared.yml'
|
- '.github/workflows/windows-mingw-static.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -6,14 +6,14 @@ on:
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows-msvc-shared.yml'
|
- '.github/workflows/windows-msvc-static.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'lib_source/**'
|
- 'lib_source/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows-msvc-shared.yml'
|
- '.github/workflows/windows-msvc-static.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -82,4 +82,4 @@ jobs:
|
||||||
file: ${{ steps.package.outputs.packageName }}.zip
|
file: ${{ steps.package.outputs.packageName }}.zip
|
||||||
asset_name: ${{ env.fileName }}_${{ github.ref_name }}_${{ matrix.qt_arch }}_Qt${{ matrix.qt_ver }}_static.zip
|
asset_name: ${{ env.fileName }}_${{ github.ref_name }}_${{ matrix.qt_arch }}_Qt${{ matrix.qt_ver }}_static.zip
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
|
@ -81,3 +81,7 @@ Icon
|
||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
*/.DS_Store
|
||||||
|
|
Loading…
Reference in New Issue