From a2955e87224e856b934039ac5c5eb90127538107 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Mon, 8 Nov 2021 22:53:06 +0800 Subject: [PATCH] - Fix wrong action name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 487e885f..2999e643 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -198,7 +198,7 @@ jobs: - name: Pack Techmino run: mv Techmino.ipa Techmino_pre${{ needs.get-info.outputs.release }}_${{ needs.get-info.outputs.commit }}_iOS.ipa - name: Upload artifact to server - uses: ./.github/actions/upload-artifacts + uses: ./.github/actions/upload-artifact with: WEBDAV_USERNAME: ${{ secrets.WEBDAV_USERNAME }} WEBDAV_PASSWORD: ${{ secrets.WEBDAV_PASSWORD }}