Skip to content

Commit 8424492

Browse files
authored
#28 Include architecture in artifact name for uploads
1 parent 8d3a788 commit 8424492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Upload artifact
173173
uses: actions/upload-artifact@v4
174174
with:
175-
name: MemorEasy-${{ runner.os }}
175+
name: MemorEasy-${{ runner.os }}-${{ runner.arch }}
176176
path: dist/*
177177

178178
- name: Upload binaries to GitHub Release

0 commit comments

Comments
 (0)