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 d53e518 commit 921f665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ jobs:
echo "Script completed successfully."
- name: Check build files
id: check_files
uses: andstor/file-existence-action@v3
uses: andstor/file-existence-action@v2
with:
files: "build/CarbonixF405/*"
fail: true
- name: Upload artifacts to Dropbox
uses: svenstaro/upload-release-action@v3
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
file: build/
Expand Down

0 comments on commit 921f665

Please sign in to comment.