Skip to content

Commit b8f109e

Browse files
authored
Update main.yml
1 parent 51e01fb commit b8f109e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
# Add more steps to process the data and commit changes
3434

3535
- name: Copy CIDR.rsc files
36-
run: |
37-
cp Whatsapp-CIDR.rsc $GITHUB_WORKSPACE/Whatsapp-CIDR.rsc
38-
cp Telegram-CIDR.rsc $GITHUB_WORKSPACE/Telegram-CIDR.rsc
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: CIDR
39+
path: |
40+
*-CIDR.rsc

0 commit comments

Comments
 (0)