Skip to content

Commit a240a79

Browse files
committed
Change artifact name to prevent collisions
1 parent d8fe795 commit a240a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
python_ver: ${{ matrix.version }}
3030
spec: 'code/main.py'
3131
requirements: 'code/requirements.txt'
32-
upload_exe_with_name: 'ConstraintBasedSimulator'
32+
upload_exe_with_name: 'ConstraintBasedSimulator-py${{ matrix.version }}-${{ runner.os }}'
3333
options: --onefile, --name "Constraint Based Simulator", --windowed,

0 commit comments

Comments
 (0)