Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Archivist
/
raylib-src
şunun yansıması
https://github.com/raysan5/raylib
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
24
Wiki
Aktivite
Kaynağa Gözat
Update github workflows
pull/2816/head
Ray
2 yıl önce
ebeveyn
fc5894e734
işleme
bbf9935828
7 değiştirilmiş dosya
ile
7 ekleme
ve
7 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet