This repository was archived by the owner on Mar 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 docker run -v $(pwd)/deployment/dist:/dist -v $(pwd):/jellyfin -e TAG=${{ matrix.tag }} -e IMG=ubuntu builddeb
2525 sudo chown --recursive $USER $(pwd)/deployment/dist
2626 - name : Archive production artifacts
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v6
2828 with :
2929 name : ubuntu-${{ matrix.tag }}
3030 path : ${{ github.workspace }}/deployment/dist/*
9797 docker run -v $(pwd)/deployment/dist:/dist -v $(pwd):/jellyfin -e TAG=${{ matrix.tag }} -e IMG=debian builddeb
9898 sudo chown --recursive $USER $(pwd)/deployment/dist
9999 - name : Archive production artifacts
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : debian-${{ matrix.tag }}
103103 path : ${{ github.workspace }}/deployment/dist/*
Original file line number Diff line number Diff line change 5858 --app-drop-link 375 150 \
5959 "${DMG_NAME}" "./build/output/Jellyfin Desktop.app"
6060 - name : Archive production artifacts
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : ${{ matrix.artifact }}
6464 path : ${{ github.workspace }}/JellyfinDesktop-*.dmg
Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ jobs:
8686 ninja windows_all
8787 shell : cmd
8888 - name : Archive installer
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v6
9090 with :
9191 name : ${{ matrix.artifact }}-installer
9292 path : ${{ github.workspace }}/build/JellyfinDesktop-*.exe
9393 - name : Archive portable ZIP
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v6
9595 with :
9696 name : ${{ matrix.artifact }}-portable
9797 path : ${{ github.workspace }}/build/JellyfinDesktop-*.zip
You can’t perform that action at this time.
0 commit comments