From a80574ff5db3010ccf7fde024e9e80284d8f5522 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Sun, 3 Mar 2024 13:39:59 +0100 Subject: [PATCH] revert name changes --- .github/workflows/create-release.yml | 12 +++--------- .github/workflows/master-build.yml | 12 +++--------- .github/workflows/pr-build.yml | 12 +++--------- 3 files changed, 9 insertions(+), 27 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0bb00ac8..596703d4 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: linux-x64-${{matrix.target}}-${{matrix.config}} + name: linux_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -38,8 +38,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: linux-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -66,7 +64,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: darwin-${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} + name: darwin_${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -83,8 +81,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: darwin-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -111,7 +107,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: win32-x64-${{matrix.target}}-${{matrix.config}} + name: win32_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.obj @@ -126,8 +122,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: win32-* - merge-multiple: true path: build/artifacts - name: build dist run: | diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 40c0b7fe..be062516 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: linux-x64-${{matrix.target}}-${{matrix.config}} + name: linux_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -53,8 +53,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: linux-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -81,7 +79,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: darwin-${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} + name: darwin_${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -117,8 +115,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: darwin-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -145,7 +141,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: win32-x64-${{matrix.target}}-${{matrix.config}} + name: win32_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.obj @@ -177,8 +173,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: win32-* - merge-multiple: true path: build/artifacts - name: build dist run: | diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 7c378cb9..8f9b5e06 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: linux-x64-${{matrix.target}}-${{matrix.config}} + name: linux_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -62,8 +62,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: linux-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -91,7 +89,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: darwin-${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} + name: darwin_${{matrix.arch}}-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.o @@ -127,8 +125,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: darwin-* - merge-multiple: true path: build/artifacts - name: build dist run: | @@ -155,7 +151,7 @@ jobs: - uses: actions/upload-artifact@v4 name: upload ${{matrix.target}} with: - name: win32-x64-${{matrix.target}}-${{matrix.config}} + name: win32_x64-${{matrix.target}}-${{matrix.config}} path: | build/** !build/**/*.obj @@ -187,8 +183,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: - pattern: win32-* - merge-multiple: true path: build/artifacts - name: build dist run: |