Browse Source

add working-directory

Yuki Takei 11 months ago
parent
commit
9898fdfb3f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/reusable-app-prod.yml

+ 3 - 2
.github/workflows/reusable-app-prod.yml

@@ -263,11 +263,12 @@ jobs:
         ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
 
     - name: Upload test results
-      if: always()
       uses: actions/upload-artifact@v4
+      working-directory: ./apps/app
+      if: always()
       with:
         name: blob-report-${{ matrix.browser }}-${{ matrix.shard }}
-        path: blob-report
+        path: ./blob-report
         retention-days: 30
 
     - name: Slack Notification