Skip to content

Commit

Permalink
Update nightly-experiment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Jan 26, 2024
1 parent ab9aa30 commit 21e7995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Check and build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker run --rm -v ${PWD}:/module -e "GH_TOKEN=$GITHUB_TOKEN" bitcraze/builder ./tools/build/build $PLATFORM nightly-experiment

run: docker run --rm -v ${PWD}:/module -e "GH_TOKEN=$GITHUB_TOKEN" bitcraze/builder ./tools/build/build $PLATFORM
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 21e7995

Please sign in to comment.