Skip to content

Commit

Permalink
Fucked up the actions #6
Browse files Browse the repository at this point in the history
  • Loading branch information
FizzyApple12 committed Apr 27, 2024
1 parent 6c3acda commit 365ec05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:

- run: cargo build --release
working-directory: application

- run: echo "APP_VERSION=$(cat application/Cargo.toml | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+" | head -n 1)" >> $GITHUB_OUTPUT
id: version

- uses: softprops/action-gh-release@v2
with:
draft: false
prerelease: false
make_latest: true
tag_name: im_testing_stuff_pls_ignore
tag_name: ${{ steps.version.outputs.APP_VERSION }}
token: ${{ secrets.GH_TOKEN }}
files: target/thumbv6m-none-eabi/release/application

0 comments on commit 365ec05

Please sign in to comment.