Skip to content

Commit 3f3e7d7

Browse files
committed
Revert "Allow branches with / in the name"
This reverts commit 3b9aea1.
1 parent 3b9aea1 commit 3f3e7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Add artifact
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: processing-${{ replace(github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
53+
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle
5454
path: |
5555
./app/build/compose/binaries/main/dmg/Processing-*.dmg
5656
./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
- name: Add artifact
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: processing-${{ replace(github.ref_name, '/', '-') }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
75+
name: processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant
7676
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
7777
retention-days: 1

0 commit comments

Comments
 (0)