Skip to content

Commit

Permalink
testing gdrive uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Feb 21, 2024
1 parent 959232b commit f466c52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on: [push]

jobs:

build:

build:
runs-on: windows-2019
env:
LANGUAGE: ${{ vars.LANGUAGE }}
steps:
- run: |
echo "Hello, world!" > myfile.txt
7z a -tzip myarchive.zip myfile.txt
rm myfile.txt
rm myfile.txt
ls
- name: Upload a file to Google Drive
uses: willo32/google-drive-upload-action@v1
with:
Expand Down

0 comments on commit f466c52

Please sign in to comment.