Changed name back to OpenNoodl, updated icons

This commit is contained in:
Richard Osborne
2024-09-24 22:10:20 +02:00
parent 321b6a367c
commit 37668399e5
16 changed files with 250 additions and 536 deletions

View File

@@ -11,7 +11,7 @@ on:
# types: [created]
jobs:
build_code_crusher:
build_opennoodl:
runs-on: ${{ matrix.os }}
strategy:
@@ -72,6 +72,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: code-crusher-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
name: opennoodl-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
path: publish
retention-days: "12"