From 0d2c107e209ae7a0a436ca38e6b2a5dc3727f7f9 Mon Sep 17 00:00:00 2001 From: Droid-MAX Date: Wed, 19 Apr 2023 23:34:09 +0800 Subject: [PATCH] add submodule init and change output filename --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 77b7fc4..ae2dbfd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,6 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + uses: snickerbockers/submodules-init@v4 - name: Cargo cache uses: actions/cache@v2 with: @@ -63,6 +64,7 @@ jobs: OS: ${{ matrix.OS }} steps: - uses: actions/checkout@v2 + uses: snickerbockers/submodules-init@v4 - name: Cargo cache uses: actions/cache@v2 with: @@ -120,7 +122,7 @@ jobs: - name: Archive artifact uses: actions/upload-artifact@v2 with: - name: result + name: switch path: | ./artifacts @@ -133,7 +135,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 with: - name: result + name: switch path: ./artifacts - name: List run: find ./artifacts