Skip to content

Commit

Permalink
feat(wip): 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Jan 27, 2024
1 parent 5b5a89a commit 831b1ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ jobs:
name: lucky-windows-amd64
path: lucky-windows-amd64.zip
if-no-files-found: error

release:
runs-on: ubuntu-latest
needs:
- build-linux-amd64
- build-windows-amd64
steps:
- uses: actions/download-artifact@v4
- name: List artifacts
run: |
ls -lAh

0 comments on commit 831b1ec

Please sign in to comment.