mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix: upload-artifact is at v4, not v5
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
run: $env:DECKY_NOCONSOLE = 1; C:\Users\runneradmin\.local\bin\poetry run pyinstaller pyinstaller.spec
|
run: $env:DECKY_NOCONSOLE = 1; C:\Users\runneradmin\.local\bin\poetry run pyinstaller pyinstaller.spec
|
||||||
|
|
||||||
- name: Upload package artifact ⬆️
|
- name: Upload package artifact ⬆️
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: PluginLoader Win
|
name: PluginLoader Win
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -57,13 +57,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload package artifact ⬆️
|
- name: Upload package artifact ⬆️
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: PluginLoader
|
name: PluginLoader
|
||||||
path: ./backend/dist/PluginLoader
|
path: ./backend/dist/PluginLoader
|
||||||
|
|
||||||
- name: Download package artifact locally
|
- name: Download package artifact locally
|
||||||
if: ${{ env.ACT }}
|
if: ${{ env.ACT }}
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./backend/dist/PluginLoader
|
path: ./backend/dist/PluginLoader
|
||||||
|
|||||||
Reference in New Issue
Block a user