mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
43c469f69c
commit
f1b11da147
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
brew install create-dmg
|
||||
create-dmg --volname "Jellyfin Media Player" --no-internet-enable "JellyfinMediaPlayer.dmg" "./build/output/Jellyfin Media Player.app"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos
|
||||
path: ${{ github.workspace }}/JellyfinMediaPlayer.dmg
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
ninja windows_package
|
||||
shell: cmd
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows
|
||||
path: ${{ github.workspace }}/build/JellyfinMediaPlayer-*.exe
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
ninja windows_package
|
||||
shell: cmd
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-legacy32
|
||||
path: ${{ github.workspace }}/build/JellyfinMediaPlayer-*.exe
|
||||
@ -142,7 +142,7 @@ jobs:
|
||||
docker build -f deployment/Dockerfile.debian -t builddeb --build-arg TAG=${{ matrix.tag }} --build-arg IMG=ubuntu deployment
|
||||
docker run -v $(pwd)/deployment/dist:/dist -v $(pwd):/jellyfin -e TAG=${{ matrix.tag }} builddeb
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ubuntu-${{ matrix.tag }}
|
||||
path: ${{ github.workspace }}/deployment/dist/*
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
docker build -f deployment/Dockerfile.debian -t builddeb --build-arg TAG=${{ matrix.tag }} deployment
|
||||
docker run -v $(pwd)/deployment/dist:/dist -v $(pwd):/jellyfin -e TAG=${{ matrix.tag }} builddeb
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: debian-${{ matrix.tag }}
|
||||
path: ${{ github.workspace }}/deployment/dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user