From 648cb272c44eb7c114c31f51dc4bf29acec8f4de Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Tue, 12 Sep 2023 19:28:57 +0200 Subject: [PATCH] Fix asana task --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ddf1fae18a..3d993ce2f0 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -99,6 +99,6 @@ jobs: asana_dsyms_path="${{ github.workspace }}/DuckDuckGo-Alpha-${{ env.app_version }}(${{ env.build_version }})-dSYM.zip" mv -f "${{ env.dsyms_path }}" "$asana_dsyms_path" - curl -s "https://app.asana.com/0/0/1205344386326139/f/attachments" \ + curl -s "https://app.asana.com/api/1.0/tasks/1205344386326139/attachments" \ -H "Authorization: Bearer ${{ secrets.ASANA_ACCESS_TOKEN }}" \ --form "file=@${asana_dsyms_path};type=application/zip"