Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v0.1.15 (kivy#8696)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 8bdfa9a commit 998ec22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
source .ci/ubuntu_ci.sh
upload_file_to_server "$SERVER_IP" "linux/kivy/"
- name: Upload to GitHub Release
uses: softprops/[email protected].14
uses: softprops/[email protected].15
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx_wheels_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
source .ci/ubuntu_ci.sh
upload_file_to_server "$SERVER_IP" "osx/kivy/"
- name: Upload to GitHub Release
uses: softprops/[email protected].14
uses: softprops/[email protected].15
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
source .ci/ubuntu_ci.sh
upload_file_to_server "$SERVER_IP" "osx/app/" "*.dmg" "app"
- name: Upload to GitHub Release
uses: softprops/[email protected].14
uses: softprops/[email protected].15
if: startsWith(github.ref, 'refs/tags/')
with:
files: app/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: armv7l_wheels
path: dist
- name: Upload to GitHub Release
uses: softprops/[email protected].14
uses: softprops/[email protected].15
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
. .\.ci\windows_ci.ps1
Upload-windows-wheels-to-server -ip "$env:SERVER_IP"
- name: Upload to GitHub Release
uses: softprops/[email protected].14
uses: softprops/[email protected].15
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*
Expand Down

0 comments on commit 998ec22

Please sign in to comment.