We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This doesn't seem to support MacOS, the runner retuns:
Run jakejarvis/s3-sync-action@master with: args: --acl public-read --delete env: ImageOS: macos1015 AWS_S3_BUCKET: AWS_ACCESS_KEY_ID: *** AWS_SECRET_ACCESS_KEY: *** AWS_REGION: *** SOURCE_DIR: ./Home/Android/Releases/
Error: Container action is only supported on Linux
The text was updated successfully, but these errors were encountered:
macOS workers include AWS-CLI, so uploading can be performed with a raw command like this:
- name: Upload run: AWS_ACCESS_KEY_ID=${{secrets.S3_KEY}} AWS_SECRET_ACCESS_KEY=${{secrets.S3_SECRET_KEY}} aws s3 sync . s3://<bucket-name>/ --acl public-read --no-progress working-directory: <directory-to-sync>
Sorry, something went wrong.
No branches or pull requests
This doesn't seem to support MacOS, the runner retuns:
Error: Container action is only supported on Linux
The text was updated successfully, but these errors were encountered: