Skip to content

Commit

Permalink
Merge branch 'branch_v1_10' of github.com:rcaelers/workrave into bran…
Browse files Browse the repository at this point in the history
…ch_v1_10
  • Loading branch information
rcaelers committed Feb 15, 2025
2 parents 785ad61 + e419047 commit 7151b34
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,23 @@ jobs:
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: applet
name: applet-${{ matrix.configuration }}-${{ matrix.platform }}
path: |
frontend/applets/win32/src/x64/Release/workrave-applet64.dll
frontend/applets/win32/src/Release/workrave-applet.dll
frontend/applets/win32/src/x64/Debug/workrave-applet64.dll
frontend/applets/win32/src/Debug/workrave-applet.dll
merge:
runs-on: ubuntu-24.04
needs: [ build-windows ]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: applet
pattern: applet-*

build-mingw:
runs-on: ubuntu-24.04
needs: [ build-windows ]
Expand Down Expand Up @@ -169,7 +179,7 @@ jobs:
name: artifact-${{ matrix.config.upload }}
path: _deploy

merge:
merge-applets:
runs-on: ubuntu-24.04
needs: [ build-mingw, build-linux ]
steps:
Expand All @@ -181,7 +191,7 @@ jobs:

deploy:
runs-on: ubuntu-24.04
needs: [ build-linux, build-mingw, merge ]
needs: [ build-linux, build-mingw, merge-applets ]
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7151b34

Please sign in to comment.