Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
loki077 committed Nov 23, 2023
1 parent 8b8e350 commit 96a09a5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,14 @@ jobs:
with:
files: "build/CarbonixF405/*"
fail: true
- name: Dropbox Uploader
uses: whalemare/[email protected]
with:
file: build/*
destination: /Downloads
accessToken: ${{secrets.DROPBOX_SECRET}}
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: compiled-output
path: build/
retention-days: 90
retention-days: 90
- name: Dropbox Uploader
uses: whalemare/[email protected]
with:
destination: /Downloads
accessToken: ${{secrets.DROPBOX_SECRET}}

0 comments on commit 96a09a5

Please sign in to comment.