Skip to content

Commit

Permalink
Update createBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Feb 16, 2024
1 parent 82bc218 commit e509b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ jobs:
./WCCOActrl -proj WinCCOA_QualityChecks -n doxygen.ctl -log +stderr -lang en_US.utf8
- name: Upload html help
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: html-help
path: ${{github.workspace}}/WinCCOA_QualityChecks/help/html/*
- name: Upload QT help
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: qt-help
path: ${{github.workspace}}/WinCCOA_QualityChecks/help/html/index.qch
Expand Down Expand Up @@ -253,13 +253,13 @@ jobs:
path: ${{github.workspace}}/install/WinCCOA_QualityChecks/help/index.qch
- name: Upload WinCCOA_QualityChecks
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinCCOA_QualityChecks
path: ${{github.workspace}}/install/*
- name: Upload WinCC_OA_Test
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: WinCC_OA_Test
path: ${{github.workspace}}/tests/*
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
chmod +x ${{ github.workspace }}/WinCCOA_QualityChecks/bin/ctrlppcheck/ctrlppcheck
- name: Publish Failed projects
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: failed-test-projects
path: /__w/CtrlppCheck/CtrlppCheck/WinCC_OA_Test/Projects/Stored/Failed/
Expand Down

0 comments on commit e509b91

Please sign in to comment.