Skip to content

Commit f7eeb71

Browse files
committed
Update release.yaml
1 parent 752e006 commit f7eeb71

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,12 @@ jobs:
7070
cd dist
7171
sha256sum * > checksums.txt
7272
73+
- name: List build artifacts
74+
run: ls -la dist/
75+
7376
- name: Create Release
7477
uses: softprops/action-gh-release@v2
7578
with:
7679
generate_release_notes: true
77-
files: |
78-
dist/syncbot-linux-amd64
79-
dist/syncbot-linux-arm64
80-
dist/syncbot-darwin-amd64
81-
dist/syncbot-darwin-arm64
82-
dist/syncbot-windows-amd64.exe
83-
dist/syncbot-windows-arm64.exe
84-
dist/checksums.txt
80+
files: dist/*
81+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)