Skip to content

Commit bf82ed1

Browse files
committed
Update actions again
1 parent 3573186 commit bf82ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
include:
4646
- target: x86_64-unknown-linux-gnu
4747
os: ubuntu-latest
48-
name: games_linux.tar.gz
48+
name: image_editor_linux.tar.gz
4949
- target: x86_64-apple-darwin
5050
os: macOS-latest
51-
name: games_mac.tar.gz
51+
name: image_editor_mac.tar.gz
5252
- target: x86_64-pc-windows-msvc
5353
os: windows-latest
54-
name: games_windows.zip
54+
name: image_editor_windows.zip
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)