We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e01fb commit b8f109eCopy full SHA for b8f109e
.github/workflows/main.yml
@@ -33,6 +33,8 @@ jobs:
33
# Add more steps to process the data and commit changes
34
35
- 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
+ uses: actions/upload-artifact@v4
+ with:
+ name: CIDR
39
+ path: |
40
+ *-CIDR.rsc
0 commit comments