mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2026-01-31 05:11:56 -06:00
Use actions/upload-pages-artifact@v3
This commit is contained in:
Vendored
+1
-1
@@ -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