Skip to content

Commit

Permalink
fixed: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Feb 27, 2023
1 parent f94d2af commit 95ac34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release upload "${{ github.event.release.tag_name }}" dist/pkg/dist/pkg/freepbx-aws-polly-x64
gh release upload "${{ github.event.release.tag_name }}" dist/pkg/dist/pkg/freepbx-aws-polly-arm64
gh release upload "${{ github.event.release.tag_name }}" dist/pkg/freepbx-aws-polly-x64
gh release upload "${{ github.event.release.tag_name }}" dist/pkg/freepbx-aws-polly-arm64

0 comments on commit 95ac34f

Please sign in to comment.