Skip to content

Commit bde0025

Browse files
Workflow release
1 parent df09a42 commit bde0025

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
components: rustfmt, clippy
4646
override: true
4747

48-
- name: Install rust deps
48+
- name: Install Rust deps
4949
run: |
5050
cargo install cargo-expand flutter_rust_bridge_codegen
5151
@@ -73,8 +73,8 @@ jobs:
7373
- name: upload Artifact
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: adiman-x86_64.AppImage
77-
path: adiman-x86_64.AppImage
76+
name: Adiman-x86_64.AppImage
77+
path: Adiman-x86_64.AppImage
7878

7979
build_aarch64:
8080
name: Build ARM64 AppImage
@@ -104,7 +104,7 @@ jobs:
104104
git clone "https://github.com/flutter/flutter.git";
105105
cd flutter;
106106
git checkout tags/3.29.3;
107-
echo "$pwd/bin" >> $GITHUB_PATH;
107+
echo "$PWD/bin" >> $GITHUB_PATH;
108108
./bin/flutter --version;
109109
110110
- name: Setup Rust
@@ -116,7 +116,7 @@ jobs:
116116
override: true
117117
target: aarch64-unknown-linux-gnu
118118

119-
- name: Install rust deps
119+
- name: Install Rust deps
120120
run: |
121121
cargo install cargo-expand flutter_rust_bridge_codegen
122122
@@ -135,7 +135,7 @@ jobs:
135135
mkdir -p Adiman.AppDir
136136
cp -r build/linux/arm64/release/bundle/* Adiman.AppDir/
137137
cp appimagestuff/{AppRun,Adiman.desktop,Adiman.png} Adiman.AppDir/
138-
chmod +x adiman.appdir/apprun
138+
chmod +x Adiman.AppDir/AppRun
139139
140140
- name: Build AppImage
141141
run: |

0 commit comments

Comments
 (0)