Skip to content

Commit

Permalink
update s3 plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Mar 27, 2024
1 parent 04d6656 commit f676fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,8 @@ on:
push:
branches:
- development
- main
- main
- rc*
workflow_dispatch:

jobs:
Expand All @@ -22,7 +23,7 @@ jobs:
with:
dotnet-version: 6.0.400
- name: Publish Lib9c.Plugin
run: dotnet publish ./.Lib9c.Plugin/Lib9c.Plugin.csproj -o out -r ${{ matrix.runtime }}
run: aws s3 cp ${{ matrix.runtime }}.zip s3://${{ vars.LIB9C_PLUGIN_S3_PATH }}/${{ github.sha }}/
- name: Compress the build result
run: zip -r ../${{ matrix.runtime }}.zip .
working-directory: ./out
Expand Down

0 comments on commit f676fdb

Please sign in to comment.