From e853a5aefdf8cd99d2fa81d219db95f3903d46b7 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Sun, 10 Dec 2023 18:22:10 +0100 Subject: [PATCH] undid format --- .github/workflows/integrate.yaml | 1 - scripts/upload-sentry.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 scripts/upload-sentry.sh diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 786a92380e..943e15ad83 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -10,7 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - run: cat .github/workflows/versions.env >> $GITHUB_ENV - - run: echo "$WEB_APP_ENV" > .env - uses: subosito/flutter-action@v2 with: flutter-version: ${{ env.FLUTTER_VERSION }} diff --git a/scripts/upload-sentry.sh b/scripts/upload-sentry.sh old mode 100644 new mode 100755