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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: https://gitea.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
|
|
||||||
# ---------------- Upload Release Assets ----------------
|
# ---------------- Upload Release Assets ----------------
|
||||||
- name: Upload release assets
|
- name: Upload release assets
|
||||||
uses: actions/release@v1
|
uses: https://gitea.com/actions/release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
yt-playlist-windows-${CI_COMMIT_TAG}.zip
|
yt-playlist-windows-${CI_COMMIT_TAG}.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user