Skip to content

testing gdrive uploading #7

testing gdrive uploading

testing gdrive uploading #7

Workflow file for this run

name: Gdrive
on: [push]
jobs:
build:
runs-on: windows-2019
steps:
- run: |
echo "Hello, world!" > myfile.txt
7z a -tzip myarchive.zip myfile.txt
rm myfile.txt
ls
- name: Upload to gdrive
uses: agusprayogi02/[email protected]
with:
filename: ${{ github.workspace }}/myarchive.zip
folderId: "1v3dkPTgtoJC96NOfFEyvpILkvzIXcng-"
credentials: ${{ secrets.CREDENTIALS_JSON }}
encoded: false
mimeType: application/zip