@@ -105,37 +105,37 @@ jobs:
105
105
release/debian/x11/*
106
106
release/debian/wayland/*
107
107
108
- nightly-release-deb-arm :
109
- runs-on : ubuntu-24.04-arm
110
- permissions :
111
- contents : write
112
- discussions : write
108
+ nightly-release-deb-arm :
109
+ runs-on : ubuntu-24.04-arm
110
+ permissions :
111
+ contents : write
112
+ discussions : write
113
113
114
- steps :
115
- - uses : actions/checkout@v3
116
- with :
117
- fetch-depth : 0
118
- - name : rust cache
119
- uses : Swatinem/rust-cache@v2
120
- with :
121
- cache-all-crates : true
122
- - run : sudo apt install rename
123
- - run : rustup toolchain install stable --profile minimal
124
- - run : cargo install cargo-deb
125
- - run : mkdir -p release
126
- - run : make release-debian-x11
127
- - run : make release-debian-wayland
128
- - name : Release nightly
129
- uses : softprops/action-gh-release@v2
130
- with :
131
- name : Nightly
132
- tag_name : ${{ env.NIGHTLY_TAG }}
133
- prerelease : true
134
- append_body : true
135
- token : ${{ secrets.GITHUB_TOKEN }}
136
- files : |
137
- release/debian/x11/*
138
- release/debian/wayland/*
114
+ steps :
115
+ - uses : actions/checkout@v3
116
+ with :
117
+ fetch-depth : 0
118
+ - name : rust cache
119
+ uses : Swatinem/rust-cache@v2
120
+ with :
121
+ cache-all-crates : true
122
+ - run : sudo apt install rename
123
+ - run : rustup toolchain install stable --profile minimal
124
+ - run : cargo install cargo-deb
125
+ - run : mkdir -p release
126
+ - run : make release-debian-x11
127
+ - run : make release-debian-wayland
128
+ - name : Release nightly
129
+ uses : softprops/action-gh-release@v2
130
+ with :
131
+ name : Nightly
132
+ tag_name : ${{ env.NIGHTLY_TAG }}
133
+ prerelease : true
134
+ append_body : true
135
+ token : ${{ secrets.GITHUB_TOKEN }}
136
+ files : |
137
+ release/debian/x11/*
138
+ release/debian/wayland/*
139
139
140
140
nightly-release-windows :
141
141
needs : create_tag
0 commit comments