Skip to content

Commit

Permalink
support linux actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Apr 13, 2024
1 parent 7d277b3 commit ec28819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: |
chmod +x UXTU4Mac/Assets/ryzenadj
chmod +x UXTU4Mac/UXTU4Mac.command
chmod +x UXTU4Linux/Assets/ryzenadj
- name: Zip folder
run: |
zip -r UXTU4Mac.zip UXTU4Mac
zip -r UXTU4Linux.zip UXTU4Linux
env:
TAG: ${{ env.TAG }}

Expand All @@ -42,6 +44,6 @@ jobs:
name: v${{ env.TAG }}
tag_name: ${{ env.TAG }}
body_path: ${{ github.workspace }}-RELEASE_NOTES.txt
files: UXTU4Mac.zip
files: UXTU4Mac.zip, UXTU4Linux.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec28819

Please sign in to comment.