Skip to content

Commit

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

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

Expand All @@ -48,6 +48,6 @@ jobs:
prerelease: false
draft: false
files: |
WPS-Office-x86_64.AppImage
*.AppImage
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a8249b

Please sign in to comment.