Skip to content

Commit

Permalink
Upgrade action that adds assets to github release (#17586)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed May 17, 2024
1 parent ee44b85 commit 59bc7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ddev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ jobs:
password: ${{ secrets.PYPI_TOKEN_DDEV }}

- name: Add assets to current release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |-
archives/*
Expand Down

0 comments on commit 59bc7c2

Please sign in to comment.