Skip to content

Commit

Permalink
Fix nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Apr 1, 2021
1 parent 19c0b2c commit 3fa27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: nightly

- name: Overwrite the target file
run: rm -rf nightly/target && echo 'echo "::set-env name=sdk_sha::${{ github.sha }}"' > nightly/target
run: rm -rf nightly/target && echo 'echo "sdk_sha=${{ github.sha }}" >> $GITHUB_ENV' > nightly/target

- name: Trigger nightly builds
working-directory: nightly
Expand Down

0 comments on commit 3fa27e7

Please sign in to comment.