Skip to content

Commit

Permalink
chore: updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jun 11, 2023
1 parent 81769d9 commit 00a5d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
BUILD_TOOLS_VERSION: '30.0.2'

- name: Move APK
run: ${{steps.sign_app_apk.outputs.signedReleaseFile}} vertretungsapp-release.apk
run: mv ${{steps.sign_app_apk.outputs.signedReleaseFile}} vertretungsapp-release.apk

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


### [0.2.3-beta.4](https://github.com/SachsenspieltCoding/vertretungsapp/compare/v0.2.3-beta.3...v0.2.3-beta.4) (2023-06-11)

### [0.2.3-beta.3](https://github.com/SachsenspieltCoding/vertretungsapp/compare/v0.2.3-beta.2...v0.2.3-beta.3) (2023-06-11)
Expand All @@ -12,4 +10,4 @@

### 🪲 Bug Fixes

- wrong format in release-it config ([cd5e2b0](https://github.com/SachsenspieltCoding/vertretungsapp/commit/cd5e2b0b8ed3aa317819d18612d61f331dce2c1f))
- wrong format in release-it config ([cd5e2b0](https://github.com/SachsenspieltCoding/vertretungsapp/commit/cd5e2b0b8ed3aa317819d18612d61f331dce2c1f))

0 comments on commit 00a5d74

Please sign in to comment.