Skip to content

Commit

Permalink
Update desktop-app-cd-nightly-approval.yml
Browse files Browse the repository at this point in the history
chore: fixed approval workflow
  • Loading branch information
ericvilla committed Sep 12, 2023
1 parent 70b481b commit 4ab9667
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/desktop-app-cd-nightly-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,8 @@ jobs:
IDENTIFIER=$(date +%Y%m%d%H%M%S)
echo "::set-output name=BUILD_IDENTIFIER::$IDENTIFIER"
clean-nightly-latest:
runs-on: ubuntu-latest
steps:

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1

- name: Move draft to nightly latest
run: |
aws s3 rm "${{ env.S3_BUCKET }}/nightly/latest-temp" --recursive
build-and-release-core-and-cli:
runs-on: ubuntu-latest
needs: [ clean-nightly-latest ]
steps:
- uses: actions/checkout@v3

Expand All @@ -67,7 +51,7 @@ jobs:
build-macos-arm:
runs-on: macos-latest
needs: [ build-and-release-core-and-cli, build-macos-x64, generate-build-identifier ]
needs: [ build-and-release-core-and-cli, generate-build-identifier ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4ab9667

Please sign in to comment.