Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
keirlawson committed Jan 31, 2024
1 parent 9a53282 commit 1158026
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
needs: [build-release-linux, build-release-mac]

steps:
- name: Download debs
- name: Download binaries
uses: actions/download-artifact@v4
- run: ls
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./**/*.deb
files: |
./**/*.deb

0 comments on commit 1158026

Please sign in to comment.