Skip to content

Commit

Permalink
fix release upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 30, 2024
1 parent 6a16c3b commit 97fe400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
done
- name: Upload tarball
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux.tar.gz
path: "*.tar.gz"
Expand All @@ -130,7 +130,7 @@ jobs:
needs: build-linux-release
steps:
- name: Download Linux artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: linux.tar.gz

Expand Down

0 comments on commit 97fe400

Please sign in to comment.