Skip to content

Commit

Permalink
Rename stuff & fix artifact name
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent a7d81e6 commit 1db50d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check Bench & Run Tests
name: Validate Bench & Run Tests

on: [push]
on: [push, pull_request]

jobs:
WhiteCore:
Expand Down Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}}${{matrix.exe-suffix}}
name: WhiteCore-${{matrix.arch}}${{matrix.suffix}}${{matrix.exe-suffix}}
path: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}}${{matrix.exe-suffix}}

0 comments on commit 1db50d5

Please sign in to comment.