mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-07 20:08:20 -06:00
Use actions/upload-pages-artifact@v3
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: ./scripts/build.sh -er # release mode, skip emsdk
|
run: ./scripts/build.sh -er # release mode, skip emsdk
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: './dist/'
|
path: './dist/'
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user