File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments