Skip to content

Commit

Permalink
Use explicit file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanis committed Apr 19, 2022
1 parent fff5fa8 commit 951a212
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@ jobs:
uses: actions/download-artifact@v2
with:
path: dist/
- run: ls -al dist/
- name: create release
uses: softprops/action-gh-release@v1
with:
files: dist/*
draft: true
files: |
dist/valet-windows-amd64.exe
dist/valet-linux-amd64
dist/valet-darwin-amd64

0 comments on commit 951a212

Please sign in to comment.