Skip to content

Commit

Permalink
💚 Up to Release fix glob pattern!
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 17, 2024
1 parent df6ab0c commit 7612e09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,12 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@main

- name: Debug
run: |
ls -la
echo "---"
tree -a
- name: Upload to Release
uses: svenstaro/upload-release-action@master
with:
body: ${{ needs.prepare.outputs.VERSION }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./VNULIB-Downloader-*
file: ./VNULIB-Downloader-*/VNULIB-Downloader-*
release_name: VNULIB Downloader ${{ needs.prepare.outputs.VERSION }}
tag: ${{ needs.prepare.outputs.VERSION }}
file_glob: true
Expand Down

0 comments on commit 7612e09

Please sign in to comment.