1
0
Fork 0
mirror of https://github.com/pineappleEA/pineapple-src synced 2024-09-20 20:31:37 +02:00

replace artifacts instead of whole releases

This commit is contained in:
pineappleEA 2021-01-19 19:17:45 +01:00
parent d38216f217
commit fc2ebf72a3

View file

@ -34,7 +34,7 @@ jobs:
tar xfv ghr_v0.13.0_linux_amd64.tar.gz
version=$(ls artifacts/version |grep Yuzu-EA | cut -d "-" -f 3 | cut -d "." -f 1)
ghr_v0.13.0_linux_amd64/ghr -recreate -n 'Continuous build' -b "GitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" continuous artifacts/
ghr_v0.13.0_linux_amd64/ghr -recreate -n "EA-$version" -b "GitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" EA-$version artifacts/version/
ghr_v0.13.0_linux_amd64/ghr -replace -n "EA-$version" -b "GitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" EA-$version artifacts/version/
env:
DEFAULT_BRANCH: main