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
24
Wiki
Activity
Browse Source
Update workflows to use latest actions/upload-artifact
pull/3798/head
Ray
1 year ago
parent
abe243d469
commit
dc7f81a7b0
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/android.yml
+1
-1
.github/workflows/codeql.yml
+1
-1
.github/workflows/macos.yml
+1
-1
.github/workflows/webassembly.yml
+1
-1
.github/workflows/windows.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
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
${{
env.RELEASE_NAME
}}.tar.gz
path
:
./build/${{
env.RELEASE_NAME
}}.tar.gz
+ 1
- 1
.github/workflows/codeql.yml
View File
@ -128,7 +128,7 @@ jobs:
-
name
:
Upload
CodeQL
results
as
an
artifact
if
:
success()
||
failure()
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
codeql-results
path
:
${{
steps.step1.outputs.sarif-output
}}
+ 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
3
uses
:
actions/upload-artifact@v
4
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
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
${{
env.RELEASE_NAME
}}.zip
path
:
./build/${{
env.RELEASE_NAME
}}.zip
+ 1
- 1
.github/workflows/windows.yml
View File
@ -133,7 +133,7 @@ jobs:
shell
:
cmd
-
name
:
Upload
Artifacts
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
with
:
name
:
${{
env.RELEASE_NAME
}}.zip
path
:
./build/${{
env.RELEASE_NAME
}}.zip
Write
Preview
Loading…
Cancel
Save