Skip to content

Commit fb8826f

Browse files
committed
Updated build workflow
1 parent f0265fc commit fb8826f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Create release
4444
uses: ncipollo/release-action@v1
4545
with:
46-
artifacts: dist/OSCR-UI-win64.msi
46+
artifacts: OSCR-UI-win64.msi

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Launcher():
88

9-
version = '2024.06b90'
9+
version = '2024.06b91'
1010
__version__ = '0.2'
1111

1212
# holds the style of the app

0 commit comments

Comments
 (0)