Skip to content

Commit c52cb76

Browse files
authored
Update release.yml
1 parent c559d97 commit c52cb76

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
toolchain: stable
2222
default: true
2323
override: true
24-
- name: Build
25-
run: cargo build --all --release && strip target/release/mufbot-dc
26-
- name: Cache cargo
24+
25+
- name: Cache cargo
2726
uses: actions/cache@v4
2827
with:
2928
path: |
@@ -33,6 +32,10 @@ jobs:
3332
~/.cargo/git/db/
3433
target/
3534
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35+
36+
- name: Build
37+
run: cargo build --all --release && strip target/release/mufbot-dc
38+
3639
- name: Release
3740
uses: softprops/action-gh-release@v1
3841
env:

0 commit comments

Comments
 (0)