Removed deprecated 'artifact' input in github workflow

pull/49/head
Arty Bishop 2021-04-05 09:01:07 +01:00
rodzic b2deab0d7c
commit 7b4f58dd78
4 zmienionych plików z 1 dodań i 23 usunięć

Wyświetl plik

@ -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 }}

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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