Skip to content

Commit

Permalink
Fix draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Nov 27, 2024
1 parent ff70bbb commit 7aa332d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Create & upload artifact 🛩️
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.zip-name }}
name: ${{ inputs.zip-name }}.zip
path: ${{ steps.artifacts.outputs.path }}
include-hidden-files: true
retention-days: ${{ (inputs.env-lower == 'production' && 90) || 1 }}
Expand Down

0 comments on commit 7aa332d

Please sign in to comment.