Update GitHub Artifact Actions
This commit is contained in:
8
.github/workflows/preview-build-winonly.yaml
vendored
8
.github/workflows/preview-build-winonly.yaml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
retention-days: 1
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe")
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
retention-days: 1
|
||||
@@ -199,7 +199,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
8
.github/workflows/preview-build.yaml
vendored
8
.github/workflows/preview-build.yaml
vendored
@@ -331,7 +331,7 @@ jobs:
|
||||
sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
retention-days: 1
|
||||
@@ -376,7 +376,7 @@ jobs:
|
||||
python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -419,7 +419,7 @@ jobs:
|
||||
Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe")
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
retention-days: 1
|
||||
@@ -445,7 +445,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
8
.github/workflows/release-build.yaml
vendored
8
.github/workflows/release-build.yaml
vendored
@@ -397,7 +397,7 @@ jobs:
|
||||
sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest || exit 1
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
retention-days: 1
|
||||
@@ -442,7 +442,7 @@ jobs:
|
||||
python checkout.py ${{ inputs.version || 'master' }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -485,7 +485,7 @@ jobs:
|
||||
Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe")
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
retention-days: 1
|
||||
@@ -511,7 +511,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
8
.github/workflows/unstable-build.yaml
vendored
8
.github/workflows/unstable-build.yaml
vendored
@@ -400,7 +400,7 @@ jobs:
|
||||
sudo ln -sf ${BASEDIR}/${{ env.JELLYFIN_RELEASE_TYPE }}/${{ env.JELLYFIN_VERSION }} ${BASEDIR}/latest-${{ env.JELLYFIN_RELEASE_TYPE }} || exit 1
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-artifacts
|
||||
retention-days: 1
|
||||
@@ -445,7 +445,7 @@ jobs:
|
||||
python checkout.py master
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-artifacts
|
||||
path: ./jellyfin-server-windows
|
||||
@@ -488,7 +488,7 @@ jobs:
|
||||
Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe")
|
||||
|
||||
- name: "Store artifacts for next stage"
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
retention-days: 1
|
||||
@@ -514,7 +514,7 @@ jobs:
|
||||
echo "JELLYFIN_RELEASE_TYPE=${{ needs.Windows.outputs.JELLYFIN_RELEASE_TYPE }}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Fetch artifact from previous stage"
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user