Skip to content

Commit 9efffcf

Browse files
authored
Update download_videos.yml
1 parent ae337ec commit 9efffcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/download_videos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
git config --global user.name "nickcafferry"
5252
git init
5353
cd source/assets/videos/lol/
54-
git add -A
55-
git status
56-
cd ../../../../
57-
git commit -m "Add some videos"
58-
ls
59-
git push origin master
54+
pwd
55+
56+
- uses: actions/upload-artifact@v2
57+
with:
58+
name: output results
59+
path: /home/runner/work/Python-videos-for-beginners/source/assets/videos/lol/
6060

0 commit comments

Comments
 (0)