Skip to content

Commit

Permalink
upload all symbols separately to workflow
Browse files Browse the repository at this point in the history
v4 change, merge them later
  • Loading branch information
poco0317 committed Dec 27, 2024
1 parent 0858d4a commit 5deaa47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: ${{matrix.cfg.dist}}
uses: actions/upload-artifact@v4
with:
name: Etterna Symbols - ${{github.sha}}
name: Etterna Symbols Linux x64 - ${{github.sha}}
path: '${{github.workspace}}/sym/EtternaSymbolsUploadDir'

- name: Get version for CrashServer Upload
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
if: ${{matrix.cfg.dist}}
uses: actions/upload-artifact@v4
with:
name: Etterna Symbols - ${{github.sha}}
name: Etterna Symbols Mac aarch64 - ${{github.sha}}
path: '${{github.workspace}}/main/EtternaSymbolsUploadDir'

- name: Get version for CrashServer Upload
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
if: ${{matrix.cfg.dist}}
uses: actions/upload-artifact@v4
with:
name: Etterna Symbols - ${{github.sha}}
name: Etterna Symbols Mac x64 - ${{github.sha}}
path: '${{github.workspace}}/main/EtternaSymbolsUploadDir'

- name: Get version for CrashServer Upload
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
if: ${{matrix.cfg.dist}}
uses: actions/upload-artifact@v4
with:
name: Etterna Symbols - ${{github.sha}}
name: Etterna Symbols Mac HighSierra - ${{github.sha}}
path: '${{github.workspace}}/main/EtternaSymbolsUploadDir'

- name: Get version for CrashServer Upload
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
- name: Upload Symbols to action artifacts
uses: actions/upload-artifact@v4
with:
name: Etterna Symbols - ${{github.sha}}
name: Etterna Symbols win${{matrix.cfg.name}} - ${{github.sha}}
path: '${{github.workspace}}/main/EtternaSymbolsUploadDir'

- name: Get version for CrashServer Upload
Expand Down

0 comments on commit 5deaa47

Please sign in to comment.