Skip to content

Commit

Permalink
fix: Try to fix release asset with new glob
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Feb 17, 2024
1 parent a660269 commit 0e09557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,12 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: notion*
- run: ls -l
- name: Create release
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
notion-app*
notion*/notion-app*
cleanup:
name: Cleanup artifacts
Expand Down

0 comments on commit 0e09557

Please sign in to comment.