diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 46adc074..22131172 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -58,6 +58,6 @@ jobs:
       - name: Create release
         uses: ncipollo/release-action@v1
         with:
-          artifact: ${{steps.sign_apk.outputs.signedReleaseFile}}
+          artifacts: ${{steps.sign_apk.outputs.signedReleaseFile}}
           bodyFile: fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US
           token: ${{ secrets.RELEASE_TOKEN }}
diff --git a/fastlane/metadata/android/en-US/changelogs/200.txt b/fastlane/metadata/android/en-US/changelogs/200.txt
deleted file mode 100644
index 4f351a8d..00000000
--- a/fastlane/metadata/android/en-US/changelogs/200.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-New interface with BottomNavigation bar
-New map interface with satellite data overlay
-Added basic onboarding screen
-Added polar fragment AOS/LOS timer
-Added more satellite data to passes ViewHolders
-Added the ability to set location via QTH locator
-Sources and entries update on first launch
-Removed unnecessary permissions from Manifest
-Fixed memory leaks and various bugs, code cleanup
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/210.txt b/fastlane/metadata/android/en-US/changelogs/210.txt
deleted file mode 100644
index 744510d2..00000000
--- a/fastlane/metadata/android/en-US/changelogs/210.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Various fixes:
-Issue #41 - Added continuous horizontal map scrolling
-Issue #42 - Now setting a correct min zoom level
-Issue #39 - Stopped clearing satellite entries on each TLE update
-Issue #46 - Fixed satellite selection clearing bug
-Issue #44 - Now accepting all valid QTH locators
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/220.txt b/fastlane/metadata/android/en-US/changelogs/220.txt
deleted file mode 100644
index 50ed342f..00000000
--- a/fastlane/metadata/android/en-US/changelogs/220.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Fixed NullPointerException in EntriesFragment's update from file
-Fixed select all logic in Entries adapter
-Now correctly popping back stack on PolarView pass end
-Now using passes screen as a start destination
-Added zipped TLE import from Mike McCants' web site
-Added McCants' classified and integrated TLEs to default sources
-Added privacy policy to info screen, switched to GPL v3 licence
\ No newline at end of file