Update macos.yml
This commit is contained in:
parent
be6e1e7c06
commit
1d9cdc1d83
1 changed files with 2 additions and 1 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -33,7 +33,8 @@ jobs:
|
|||
cd ../build
|
||||
zip raylib_3.1_macos.zip raylib_3.1_macos
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: raylib_3.1_macos.zip
|
||||
path: raylib_3.1_macos.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue