Skip to content

Commit bdfd976

Browse files
committed
nah
Signed-off-by: Shubh <[email protected]>
1 parent cbeb314 commit bdfd976

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/go.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,23 @@ jobs:
9999
with:
100100
merge-multiple: true
101101

102+
- name: List downloaded files
103+
run: |
104+
echo "Files in current directory:"
105+
ls -la
106+
echo "Archive files:"
107+
find . -name "*.zip" -o -name "*.tar.gz" | sort
108+
102109
- name: Create Release
103110
uses: softprops/action-gh-release@v1
104111
with:
105112
tag_name: ${{ steps.version.outputs.tag }}
106113
files: |
107-
*.zip
108-
*.tar.gz
114+
gomail_linux_amd64.tar.gz
115+
gomail_linux_arm64.tar.gz
116+
gomail_darwin_amd64.tar.gz
117+
gomail_darwin_arm64.tar.gz
118+
gomail.exe_windows_amd64.zip
109119
draft: false
110120
prerelease: true
111121
generate_release_notes: true

0 commit comments

Comments
 (0)