Skip to content

Commit

Permalink
bruh2313
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Aug 22, 2024
1 parent 3fb77ab commit 788b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: make DEBUG=0 GUI_MODE=1

- name: Make Release
run: make dist DEBUG=0 && mv ./customfetch-*.tar.gz ./customfetch-gui.tar.gz
run: make dist DEBUG=0 GUI_MODE=1 && mv ./customfetch-*.tar.gz ./customfetch-gui.tar.gz

- name: Upload to github artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 788b9ae

Please sign in to comment.