Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 17, 2025
1 parent 81c542f commit 8e4009c
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,37 +105,37 @@ jobs:
release/debian/x11/*
release/debian/wayland/*
nightly-release-deb-arm:
runs-on: ubuntu-24.04-arm
permissions:
contents: write
discussions: write
nightly-release-deb-arm:
runs-on: ubuntu-24.04-arm
permissions:
contents: write
discussions: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: rust cache
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
- run: sudo apt install rename
- run: rustup toolchain install stable --profile minimal
- run: cargo install cargo-deb
- run: mkdir -p release
- run: make release-debian-x11
- run: make release-debian-wayland
- name: Release nightly
uses: softprops/action-gh-release@v2
with:
name: Nightly
tag_name: ${{ env.NIGHTLY_TAG }}
prerelease: true
append_body: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
release/debian/x11/*
release/debian/wayland/*
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: rust cache
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
- run: sudo apt install rename
- run: rustup toolchain install stable --profile minimal
- run: cargo install cargo-deb
- run: mkdir -p release
- run: make release-debian-x11
- run: make release-debian-wayland
- name: Release nightly
uses: softprops/action-gh-release@v2
with:
name: Nightly
tag_name: ${{ env.NIGHTLY_TAG }}
prerelease: true
append_body: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
release/debian/x11/*
release/debian/wayland/*
nightly-release-windows:
needs: create_tag
Expand Down

0 comments on commit 8e4009c

Please sign in to comment.