Skip to content

Commit

Permalink
Fucked up the actions #1
Browse files Browse the repository at this point in the history
  • Loading branch information
FizzyApple12 committed Apr 27, 2024
1 parent 8fb17d5 commit e0df59a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- run: cd ..

- uses: softprops/action-gh-release@v2
draft: false
prerelease: false
make_latest: true
token: ${{ secrets.GITHUB_TOKEN }}
with:
draft: false
prerelease: false
make_latest: true
token: ${{ secrets.GITHUB_TOKEN }}
files: target/thumbv6m-none-eabi/release/application

0 comments on commit e0df59a

Please sign in to comment.