We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0265fc commit fb8826fCopy full SHA for fb8826f
.github/workflows/build.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Create release
44
uses: ncipollo/release-action@v1
45
with:
46
- artifacts: dist/OSCR-UI-win64.msi
+ artifacts: OSCR-UI-win64.msi
main.py
@@ -6,7 +6,7 @@
6
7
class Launcher():
8
9
- version = '2024.06b90'
+ version = '2024.06b91'
10
__version__ = '0.2'
11
12
# holds the style of the app
0 commit comments