Skip to content

Commit

Permalink
use a wildcard for referencing files to upload for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw committed Feb 14, 2024
1 parent cf8e09c commit f1208af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
plz-out/gen/dist/please_terraform_darwin_amd64
plz-out/gen/dist/please_terraform_darwin_arm64
plz-out/gen/dist/please_terraform_freebsd_amd64
plz-out/gen/dist/please_terraform_linux_amd64
plz-out/gen/dist/please_terraform_linux_arm64
plz-out/gen/dist/please_terraform_windows_amd64.exe
plz-out/gen/dist/please_terraform_*
tag_name: ${{ github.event.inputs.version }}

0 comments on commit f1208af

Please sign in to comment.