Skip to content

Commit

Permalink
Try once more to get the correct release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkmann00 committed Oct 3, 2024
1 parent 824e85e commit b0ea038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
pattern: "(pypi-package-build|Drive_Backup-*)"
merge-multiple: true
- name: Upload release assets
id: upload-assets
uses: softprops/action-gh-release@v2
with:
files: dist/*
files: |
dist/drive_backup-*
dist/Drive_Backup-*
tag_name: ${{ inputs.tag_name }}

0 comments on commit b0ea038

Please sign in to comment.