Skip to content

Commit 1c26557

Browse files
committed
chore(ci): update artifact naming in publish workflow
1 parent 679eb71 commit 1c26557

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-bun.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,10 @@ jobs:
7777
run: |
7878
mkdir -p artifacts
7979
if [[ "$RUNNER_OS" == "Windows" ]]; then
80-
cp src-tauri/target/release/tauth.exe artifacts/
8180
cp src-tauri/target/release/tauth.exe artifacts/tauth-${{ github.ref_name }}-windows.exe
8281
elif [[ "$RUNNER_OS" == "macOS" ]]; then
83-
cp src-tauri/target/release/tauth artifacts/
8482
cp src-tauri/target/release/tauth artifacts/tauth-${{ github.ref_name }}-macos
8583
else
86-
cp src-tauri/target/release/tauth artifacts/
8784
cp src-tauri/target/release/tauth artifacts/tauth-${{ github.ref_name }}-linux
8885
fi
8986
@@ -119,7 +116,7 @@ jobs:
119116
uses: softprops/action-gh-release@v1
120117
with:
121118
tag_name: ${{ github.ref_name }}
122-
name: Release ${{ github.ref_name }}
119+
name: TAuth ${{ github.ref_name }}
123120
body: Tauri build via Bun
124121
draft: false
125122
prerelease: false

0 commit comments

Comments
 (0)