We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3573186 commit bf82ed1Copy full SHA for bf82ed1
.github/workflows/rust.yml
@@ -45,13 +45,13 @@ jobs:
45
include:
46
- target: x86_64-unknown-linux-gnu
47
os: ubuntu-latest
48
- name: games_linux.tar.gz
+ name: image_editor_linux.tar.gz
49
- target: x86_64-apple-darwin
50
os: macOS-latest
51
- name: games_mac.tar.gz
+ name: image_editor_mac.tar.gz
52
- target: x86_64-pc-windows-msvc
53
os: windows-latest
54
- name: games_windows.zip
+ name: image_editor_windows.zip
55
runs-on: ${{ matrix.os }}
56
steps:
57
- uses: actions/checkout@v4
0 commit comments