mirror of https://github.com/Fabio286/antares.git
chore: minor changes on macos artifacts action
This commit is contained in:
parent
a142d3c4d7
commit
40cb4dd98d
|
@ -1,4 +1,4 @@
|
|||
name: Create artifact [MACOS]
|
||||
name: Create artifact [MAC]
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-build
|
||||
name: macos-build
|
||||
retention-days: 3
|
||||
path: |
|
||||
build
|
||||
|
|
Loading…
Reference in New Issue