Skip to content

Commit

Permalink
Fucked up the actions #4
Browse files Browse the repository at this point in the history
  • Loading branch information
FizzyApple12 committed Apr 27, 2024
1 parent 65b37d6 commit b91ac1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy the application to the Sign

on:
push:
branches: ["master"]
branches: ["main"]

workflow_dispatch:

Expand Down Expand Up @@ -34,5 +34,6 @@ jobs:
draft: false
prerelease: false
make_latest: true
tag: im_testing_stuff_pls_ignore
token: ${{ secrets.GITHUB_TOKEN }}
files: target/thumbv6m-none-eabi/release/application

0 comments on commit b91ac1f

Please sign in to comment.