Skip to content

Commit 2e712a2

Browse files
committed
Ignore mv errors
1 parent d6bdb27 commit 2e712a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: mkdir ${{ env.PROJECT_NAME }}
7474

7575
- name: Move files to botiga (lowercase) directory
76-
run: mv * ${{ env.PROJECT_NAME }}
76+
run: mv * ${{ env.PROJECT_NAME }} 2> /dev/null || true
7777

7878
- name: Create Zip
7979
run: zip -qq -r "${{ env.PROJECT_NAME }}.zip" ${{ env.PROJECT_NAME }}/

0 commit comments

Comments
 (0)