mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Update workflow to use Gitea actions for checkout, setup-python, and release
This commit is contained in:
@@ -11,10 +11,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: https://gitea.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
# ---------------- Upload Release Assets ----------------
|
||||
- name: Upload release assets
|
||||
uses: actions/release@v1
|
||||
uses: https://gitea.com/actions/release@v1
|
||||
with:
|
||||
files: |
|
||||
yt-playlist-windows-${CI_COMMIT_TAG}.zip
|
||||
|
||||
Reference in New Issue
Block a user