Skip to content

Commit 8e4009c

Browse files
committed
fix identation
1 parent 81c542f commit 8e4009c

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/nightly.yml

+30-30
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)