mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-25 02:20:02 -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:
parent
9122fb05f8
commit
2bbbdcebdb
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user