Skip to content

Commit

Permalink
Merge pull request #2437 from eseiker/variable-lib9c-plugin-s3-path
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker authored Mar 5, 2024
2 parents 4ba1834 + 833df49 commit 7aaea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib9c_plugin_build_and_push_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- development
- main
- main
workflow_dispatch:

jobs:
Expand All @@ -27,7 +27,7 @@ jobs:
run: zip -r ../${{ matrix.runtime }}.zip .
working-directory: ./out
- name: Upload S3
run: aws s3 cp ${{ matrix.runtime }}.zip s3://9c-dx/Lib9c.Plugin/${{ github.sha }}/
run: aws s3 cp ${{ matrix.runtime }}.zip s3://${{ vars.LIB9C_PLUGIN_S3_PATH }}/${{ github.sha }}/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 7aaea8c

Please sign in to comment.