From 3f3e7d785b36205b6c8291383ec9451715bac2f0 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Wed, 5 Feb 2025 13:02:46 +0100 Subject: [PATCH] Revert "Allow branches with `/` in the name" This reverts commit 3b9aea1f40f1e7b903250cedaacc0e49f213ea9b. --- .github/workflows/build-gradle.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gradle.yml b/.github/workflows/build-gradle.yml index d7bab33ed..e53355d29 100644 --- a/.github/workflows/build-gradle.yml +++ b/.github/workflows/build-gradle.yml @@ -50,7 +50,7 @@ jobs: - name: Add artifact uses: actions/upload-artifact@v4 with: - name: processing-${{ replace(github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle + name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle path: | ./app/build/compose/binaries/main/dmg/Processing-*.dmg ./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e682709ea..4182c98b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,6 +72,6 @@ jobs: - name: Add artifact uses: actions/upload-artifact@v4 with: - name: processing-${{ replace(github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant + name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-* retention-days: 1