Skip to content

Commit

Permalink
Upload files to Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Jul 15, 2024
1 parent 6cbdf64 commit 56159d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,13 @@ jobs:
- name: Package
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui


- name: Upload files to Artifacts
uses: actions/upload-artifact@v4
with:
name: x-ui-linux-${{ matrix.platform }}.tar.gz
path: ./x-ui-linux-${{ matrix.platform }}.tar.gz

- name: Upload files to GH release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 56159d9

Please sign in to comment.