Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add support for Windows runners #15

Open
mvcaaa opened this issue Feb 28, 2023 · 0 comments
Open

Feature: add support for Windows runners #15

mvcaaa opened this issue Feb 28, 2023 · 0 comments

Comments

@mvcaaa
Copy link

mvcaaa commented Feb 28, 2023

Simplest workflow:

name: make something useful

on: [workflow_dispatch]

jobs:
  build:
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v3
      - name: Build Installer executable
        run: |
          cd 'Installer'
          makensis installer.nsi
      - uses: adityak74/google-drive-upload-git-action@main
        with:
          credentials: ${{ secrets.SERVICE_ACCOUNT_KEY_JSON_BASE64 }}
          filename: 'installer.exe'
          folderId: ${{ secrets.FILE_GDRIVE_FOLDER_ID }}
          overwrite: "true"
          mirrorDirectoryStructure: "true"

Failing with:

Run adityak7[4](https://github.com/mvcaaa/installer/actions/runs/nnnnnnnnnnnn/jobs/mmmmmmmm#step:13:4)/google-drive-upload-git-action@main
  with:
    credentials: ***
    filename: Installer.exe
    folderId: ***
    overwrite: true
    mirrorDirectoryStructure: true
Error: Container action is only supported on Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant