mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Update softprops/action-gh-release action to v3 (#1468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
path: ./front/kyoo.apk
|
||||
|
||||
- name: Upload release artifacts
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v3
|
||||
if: env.IS_EXPO_ENABLED == 'true' && startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: ./front/kyoo.apk
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
sed "s/edge/$VERSION/" -i docker-compose.yml
|
||||
|
||||
- name: Upload release artifacts
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v3
|
||||
with:
|
||||
files: |
|
||||
./docker-compose.yml
|
||||
|
||||
Reference in New Issue
Block a user