Skip to content

Commit

Permalink
Fix path for uploaded release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
giograno authored Oct 30, 2024
1 parent 61f8529 commit eca2008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
name: v${{ env.release }}
files: |
openapi/emulators/*${{ env.release }}*.yml
openapi/emulators/localstack-spec.yml
draft: true

- name: "Show git modifications"
Expand Down

0 comments on commit eca2008

Please sign in to comment.