From 62fd15abfd22bc6446fc3fe9d07ab8592ef42dbe Mon Sep 17 00:00:00 2001 From: okelloEnos Date: Sat, 26 Feb 2022 19:35:11 +0300 Subject: [PATCH] tag names m --- .github/workflows/ci_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index b329c5e..d417d69 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -40,7 +40,7 @@ jobs: - name: Push to Releases uses: ncipollo/release-action@v1 with: - artifacts: "/Users/runner/work/Pokemon/Pokemon/build/ios/iphoneos/*" + artifacts: "/Users/runner/work/Pokemon/Pokemon/build/ios/*" tag: IOS/v1.0.${{ github.run_number }} token: ${{ secrets.TOKEN }}