@@ -105,37 +105,37 @@ jobs:
105105 release/debian/x11/*
106106 release/debian/wayland/*
107107
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
113113
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/*
139139
140140 nightly-release-windows :
141141 needs : create_tag
0 commit comments