1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix Github upload artifact config

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-12 08:20:01 +01:00
parent 9b6e4efe7f
commit b8178a879e

View file

@ -90,6 +90,7 @@ jobs:
with: with:
name: ${{ matrix.OMR_TARGET }} name: ${{ matrix.OMR_TARGET }}
path: /home/runner/work/omr/${{ matrix.OMR_TARGET }}/${{ matrix.OMR_KERNEL }}/source/bin path: /home/runner/work/omr/${{ matrix.OMR_TARGET }}/${{ matrix.OMR_KERNEL }}/source/bin
overwrite: true
- if: steps.branch_name.outputs.SOURCE_BRANCH == '' - if: steps.branch_name.outputs.SOURCE_BRANCH == ''
name: Deploy - Create directory name: Deploy - Create directory
uses: ysurac/ssh-action@master uses: ysurac/ssh-action@master