This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
23
Wiki
Activity
Browse Source
Update github workflows
pull/2816/head
Ray
2 years ago
parent
fc5894e734
commit
bbf9935828
7 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/android.yml
+1
-1
.github/workflows/cmake.yml
+1
-1
.github/workflows/linux.yml
+1
-1
.github/workflows/macos.yml
+1
-1
.github/workflows/webassembly.yml
+1
-1
.github/workflows/windows.yml
+1
-1
.github/workflows/windows_examples.yml
+ 1
- 1
.github/workflows/android.yml
View File
@ -82,7 +82,7 @@ jobs:
tar
-czvf
${{
env.RELEASE_NAME
}}.tar.gz
${{
env.RELEASE_NAME
}}
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
${{
env.RELEASE_NAME
}}.tar.gz
path
:
./build/${{
env.RELEASE_NAME
}}.tar.gz
+ 1
- 1
.github/workflows/cmake.yml
View File
@ -75,7 +75,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Create
Build
Environment
# Some projects don't allow in-source building, so create a separate build directory
+ 1
- 1
.github/workflows/linux.yml
View File
@ -94,7 +94,7 @@ jobs:
tar
-czvf
${{
env.RELEASE_NAME
}}.tar.gz
${{
env.RELEASE_NAME
}}
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
${{
env.RELEASE_NAME
}}.tar.gz
path
:
./build/${{
env.RELEASE_NAME
}}.tar.gz
+ 1
- 1
.github/workflows/macos.yml
View File
@ -99,7 +99,7 @@ jobs:
tar
-czvf
${{
env.RELEASE_NAME
}}.tar.gz
${{
env.RELEASE_NAME
}}
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
${{
env.RELEASE_NAME
}}.tar.gz
path
:
./build/${{
env.RELEASE_NAME
}}.tar.gz
+ 1
- 1
.github/workflows/webassembly.yml
View File
@ -69,7 +69,7 @@ jobs:
shell
:
cmd
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
${{
env.RELEASE_NAME
}}.zip
path
:
./build/${{
env.RELEASE_NAME
}}.zip
+ 1
- 1
.github/workflows/windows.yml
View File
@ -116,7 +116,7 @@ jobs:
shell
:
cmd
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
with
:
name
:
${{
env.RELEASE_NAME
}}.zip
path
:
./build/${{
env.RELEASE_NAME
}}.zip
+ 1
- 1
.github/workflows/windows_examples.yml
View File
@ -22,7 +22,7 @@ jobs:
runs-on
:
windows-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Add
MSBuild
to
PATH
uses
:
microsoft/setup-msbuild@v1
Write
Preview
Loading…
Cancel
Save