Skip to content

Commit

Permalink
Start moving towards Github actions only
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 13, 2021
1 parent 3e13186 commit 4eef3ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,12 +16,14 @@ jobs:
node-version: 14
- name: Install dependencies
run: npm ci --ignore-scripts
- name List
run: ls
- name: Upload file to bucket
uses: zdurham/s3-upload-github-action@master
with:
args: --acl public-read
env:
FILE: ./dist/rollup.browser.js
FILE: dist/rollup.browser.js
AWS_REGION: us-east-1
S3_BUCKET: rollup-ci-artefacts
S3_KEY: /${{ github.event.number }}/rollup.browser.js
Expand Down

0 comments on commit 4eef3ce

Please sign in to comment.