- Fix wrong action name

This commit is contained in:
ParticleG
2021-11-08 22:53:06 +08:00
committed by MrZ626
parent df892671d5
commit a2955e8722

View File

@@ -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 }}