diff options
| author | Ray <[email protected]> | 2020-08-17 21:04:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-17 21:04:58 +0200 |
| commit | 1d9cdc1d83a350bd4590a944ac583bc963df5557 (patch) | |
| tree | 72439d061a15d532ad64b45081e9257ef216c252 /.github/workflows | |
| parent | be6e1e7c065142d9566705705ad85f7b0d4077d9 (diff) | |
| download | raylib-1d9cdc1d83a350bd4590a944ac583bc963df5557.tar.gz raylib-1d9cdc1d83a350bd4590a944ac583bc963df5557.zip | |
Update macos.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8f995022..14b60d1c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 |
