Merge pull request #737 from godotengine/dependabot/github_actions/actions/upload-artifact-3
commit
60037decc3
|
@ -88,7 +88,7 @@ jobs:
|
||||||
scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }} -j2
|
scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }} -j2
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact-name }}
|
name: ${{ matrix.artifact-name }}
|
||||||
path: ${{ matrix.artifact-path }}
|
path: ${{ matrix.artifact-path }}
|
||||||
|
@ -170,7 +170,7 @@ jobs:
|
||||||
scons target=release -j $env:NUMBER_OF_PROCESSORS
|
scons target=release -j $env:NUMBER_OF_PROCESSORS
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: godot-cpp-windows-msvc2019-x86_64-release
|
name: godot-cpp-windows-msvc2019-x86_64-release
|
||||||
path: bin/libgodot-cpp.windows.release.64.lib
|
path: bin/libgodot-cpp.windows.release.64.lib
|
||||||
|
@ -226,7 +226,7 @@ jobs:
|
||||||
# scons target=release use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
|
# scons target=release use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: godot-cpp-linux-mingw-x86_64-release
|
name: godot-cpp-linux-mingw-x86_64-release
|
||||||
path: bin/libgodot-cpp.windows.release.64.a
|
path: bin/libgodot-cpp.windows.release.64.a
|
||||||
|
|
Loading…
Reference in New Issue