Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Update Modules and Build
run: bash scripts/build_linux.sh

- name: Deploy
run: bash scripts/deploy_linux.sh
# - name: Deploy
# run: bash scripts/deploy_linux.sh

- uses: actions/upload-artifact@v7.0.0
with:
name: modbusscope-linux
path: ModbusScope*.AppImage
# - uses: actions/upload-artifact@v7.0.0
# with:
# name: modbusscope-linux
# path: ModbusScope*.AppImage

windows:
runs-on: windows-2022
Expand All @@ -50,9 +50,9 @@ jobs:
shell: cmd
run: scripts\full_build_and_deploy_windows.bat '${{ steps.cache.outputs.cache-hit }}' ${{ github.workspace }}\Qt

- uses: actions/upload-artifact@v7.0.0
with:
name: modbusscope-windows
path: |
ModbusScope.zip
ModbusScope_setup.exe
# - uses: actions/upload-artifact@v7.0.0
# with:
# name: modbusscope-windows
# path: |
# ModbusScope.zip
# ModbusScope_setup.exe
8 changes: 4 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sh create_doc.sh
mv docs/manual/_build/latex/modbusscope.pdf modbusscope-user-manual.pdf

- uses: actions/upload-artifact@v7.0.0
with:
name: modbusscope-user-manual
path: modbusscope-user-manual.pdf
# - uses: actions/upload-artifact@v7.0.0
# with:
# name: modbusscope-user-manual
# path: modbusscope-user-manual.pdf
Loading