im tired of vibecoding
This commit is contained in:
parent
0b5496cb3c
commit
44d04917cf
@ -33,8 +33,13 @@ jobs:
|
|||||||
tar -czvf gogofetch-${{ github.ref_name }}-linux-amd64.tar.gz gogofetch Makefile logos/
|
tar -czvf gogofetch-${{ github.ref_name }}-linux-amd64.tar.gz gogofetch Makefile logos/
|
||||||
|
|
||||||
- name: Create Release and Upload Asset
|
- name: Create Release and Upload Asset
|
||||||
uses: https://codeberg.org/forgejo/release-action@v1
|
env:
|
||||||
with:
|
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: gogofetch-${{ github.ref_name }}-linux-amd64.tar.gz
|
GITEA_URL: ${{ github.server_url }}
|
||||||
title: "Release ${{ github.ref_name }}"
|
run: |
|
||||||
note: "Automated binary release for Arch Linux AUR"
|
gitea release create \
|
||||||
|
--repo "${{ github.repository }}" \
|
||||||
|
--tag "${{ github.ref_name }}" \
|
||||||
|
--title "Release ${{ github.ref_name }}" \
|
||||||
|
--note "Automated binary release for Arch Linux AUR" \
|
||||||
|
--asset "gogofetch-${{ github.ref_name }}-linux-amd64.tar.gz"
|
||||||
Loading…
Reference in New Issue
Block a user