Skip to content

Commit

Permalink
workflow: try update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 20, 2024
1 parent 575ca2c commit b03c937
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload result to cache
uses: actions/upload-artifact@v4
with:
name: result
name: result-linux
path: ./build/*.tar.gz
retention-days: 1

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Upload result to cache
uses: actions/upload-artifact@v4
with:
name: result
name: result-${{ matrix.arch }}
path: ./build/*.7z
retention-days: 1

Expand All @@ -161,7 +161,9 @@ jobs:
- name: Download result
uses: actions/download-artifact@v4
with:
name: result
path: result
pattern: result-*
merge-multiple: true

- name: Create release
shell: bash
Expand Down

0 comments on commit b03c937

Please sign in to comment.