Skip to content

Commit

Permalink
fix build definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Sep 2, 2024
1 parent 4b60bb5 commit 91c670b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
path: public/

- name: Save tools artifact
uses: actions/upload-artifact@v4
with:
name: deploy_aws_s3
path: tools/deploy_aws_s3/target/*/deploy_aws_s3
uses: actions/upload-artifact@v4
with:
name: deploy_aws_s3
path: tools/deploy_aws_s3/target/*/deploy_aws_s3

call-deploy-workflow:
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 91c670b

Please sign in to comment.