We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca03d8 commit 51de298Copy full SHA for 51de298
1 file changed
.github/workflows/package.yml
@@ -12,8 +12,9 @@ jobs:
12
- uses: rlespinasse/github-slug-action@3.1.0 # for GITHUB_REF_SLUG
13
- name: Package
14
run: |
15
+
16
AM_PLATFORM=dji_m300 amros packages install -y --password=${{ secrets.BUILD_PASSWORD }}
- echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
17
+ echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && source ~/.bashrc && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
18
- name: Deploy
19
id: deploy
20
uses: AutoModality/action-cloudsmith@0.2.0
0 commit comments