Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
copyliu authored Oct 18, 2024
1 parent d63c292 commit ecfb156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Upload CN
uses: actions/upload-artifact@v4
with:
retention-days: 3
name: cn
path: cnout/
- name: Generate cht
Expand All @@ -27,6 +28,7 @@ jobs:
- name: Upload cht
uses: actions/upload-artifact@v4
with:
retention-days: 3
name: cht
path: chtout/
- name: Generate EN
Expand All @@ -38,6 +40,7 @@ jobs:
- name: Upload EN
uses: actions/upload-artifact@v4
with:
retention-days: 3
name: en
path: enout/
- name: Generate RU
Expand All @@ -49,6 +52,7 @@ jobs:
- name: Upload RU
uses: actions/upload-artifact@v4
with:
retention-days: 3
name: ru
path: ruout/

0 comments on commit ecfb156

Please sign in to comment.