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 21e7995 commit f0f2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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
run: docker run --rm -v ${PWD}:/module -e "GH_TOKEN=$GITHUB_TOKEN" bitcraze/builder ./tools/build/build $PLATFORM nightly-experiment
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f0f2004

Please sign in to comment.