Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc committed Sep 5, 2024
1 parent 9c5880b commit 073a4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mv *AppImage dist/Avidemux-Unofficial-$VERSION-x86_64.AppImage
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: Avidemux-x86_64.AppImage
path: 'dist'
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.8
with:
name: Avidemux-x86_64.AppImage

Expand All @@ -47,5 +47,5 @@ jobs:
prerelease: false
draft: false
files: |
Avidemux-x86_64.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 073a4f3

Please sign in to comment.