Skip to content

Commit

Permalink
Merge pull request #53 from mpeg5/dariusz-f-patch-4
Browse files Browse the repository at this point in the history
Update release_packages.yml
  • Loading branch information
mpeg5 authored Mar 11, 2024
2 parents 8f5602c + 43b67ab commit e2e3275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 'Upload Linux artifacts'
if: ${{matrix.os == 'ubuntu-latest'}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xevd-linux-packages-${{ github.event.release.tag_name }}
path: |
Expand All @@ -55,7 +55,7 @@ jobs:

- name: 'Upload Windows artifacts'
if: ${{matrix.os == 'windows-latest'}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xevd-windows-packages-${{ github.event.release.tag_name }}
path: |
Expand All @@ -64,7 +64,7 @@ jobs:
retention-days: 7

- name: Upload assets to GitHub Release
uses: xresloader/upload-to-github-release@v1.3.7
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e2e3275

Please sign in to comment.