diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcd6ffcc..c4ba19e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: targets: AppImage - platform: macos - os: macos-11 + os: macos-13 aarch: universal targets: dmg @@ -203,7 +203,6 @@ jobs: path: ./out retention-days: 2 - upload-draft: permissions: write-all if: ${{ github.ref_type=='branch' }} @@ -229,7 +228,7 @@ jobs: - name: Create or Update Draft Release uses: softprops/action-gh-release@v1 - if: github.ref_type!='tag' + if: github.ref_type!='tag' #&& success() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -274,4 +273,4 @@ jobs: packageName: app.hiddify.com releaseName: ${{ github.ref }} releaseFiles: ./out/hiddify-android-market.aab - track: internal \ No newline at end of file + track: internal