Skip to content

Commit

Permalink
fix: fix build workflow (#3)
Browse files Browse the repository at this point in the history
* fix: update badge

* fix: fix windows exe name
  • Loading branch information
poppingmoon authored Mar 30, 2024
1 parent 8578e02 commit 20a8f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Windows Installer
path: windows/Output/aria-${{ github.ref_name }}-windows-x64.exe
path: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe

- name: Release installer
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: windows/Output/aria-${{ github.ref_name }}-windows-x64.exe
files: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe
draft: true

build-macos:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![misskey.io](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fmisskey.io%2Fusers%2F9qaqpdbgn1nk03sc%2Ffollowers&query=%24.totalItems&label=misskey.io&color=86b300)](https://misskey.io/@aria_app)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![CI](https://github.com/poppingmoon/aria/actions/workflows/ci.yml/badge.svg)](https://github.com/poppingmoon/aria/actions/workflows/ci.yml)
[![Release](https://github.com/poppingmoon/aria/actions/workflows/release.yml/badge.svg)](https://github.com/poppingmoon/aria/actions/workflows/release.yml)
[![Build](https://github.com/poppingmoon/aria/actions/workflows/build.yml/badge.svg)](https://github.com/poppingmoon/aria/actions/workflows/build.yml)
[![GitHub Release](https://img.shields.io/github/v/release/poppingmoon/aria)](https://github.com/poppingmoon/aria/releases/latest)

A [Misskey](https://github.com/misskey-dev/misskey) client app forked from [Miria](https://github.com/shiosyakeyakini-info/miria).
Expand Down

0 comments on commit 20a8f03

Please sign in to comment.