mirror of https://github.com/VLSIDA/OpenRAM.git
Try new wildcard for archive path.
This commit is contained in:
parent
90cb9f581f
commit
da3a100301
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: scn4me_subm Archives
|
name: scn4me_subm Archives
|
||||||
path: ${{ github.workspace }}/scn4me_subm_temp/*/
|
path: ${{ github.workspace }}/scn4me_subm_temp/*/*
|
||||||
freepdk45:
|
freepdk45:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: FreePDK45 Archives
|
name: FreePDK45 Archives
|
||||||
path: ${{ github.workspace }}/freepdk45_temp/*/
|
path: ${{ github.workspace }}/freepdk45_temp/*/*
|
||||||
# coverage_stats:
|
# coverage_stats:
|
||||||
# if: ${{ always() }}
|
# if: ${{ always() }}
|
||||||
# needs: [scn4me_subm, freepdk45]
|
# needs: [scn4me_subm, freepdk45]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue