Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
v3rm0n committed Feb 3, 2024
1 parent e78e48e commit 843b4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: dage-*
- run: ls -lhrt
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dage-*
fail_on_unmatched_files: true
files: dage-*/dage-*

0 comments on commit 843b4dc

Please sign in to comment.