We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765cfb commit 0b7dc57Copy full SHA for 0b7dc57
1 file changed
.github/workflows/test_build.yaml
@@ -12,6 +12,7 @@ on:
12
- '.github/**' # Release GHA file, please change this when you change the file name
13
- 'LICENSE'
14
- 'README.md'
15
+ - 'TODO.md'
16
- '.editorconfig'
17
workflow_dispatch:
18
@@ -60,4 +61,4 @@ jobs:
60
61
uses: actions/upload-artifact@v4
62
with:
63
name: ModularUI-${{ steps.gradle_properties.outputs.modVersion }}-${{ github.run_number }}
- path: build/libs
64
+ path: build/libs
0 commit comments