Skip to content

Commit

Permalink
chore: noversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed Oct 2, 2024
1 parent f876814 commit 9ac1f77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload to artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.env }}-app-config
name: ${{ matrix.env }}
path: ${{ matrix.env }}/app-config.json
if-no-files-found: warn

Expand All @@ -50,7 +50,9 @@ jobs:
path: source

- name: test
run: ls
run: |
ls
cd dev && ls
# - name: Move file
# run: |
Expand Down

0 comments on commit 9ac1f77

Please sign in to comment.