From 0cbed145e864d0e0d6c724b09f5a41fbd7892881 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Tue, 23 Jan 2024 09:29:04 +0100 Subject: [PATCH] reenable nightly for deb --- .github/workflows/nightly.yml | 70 +++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6a17c278f2..97848e4db1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -79,41 +79,41 @@ jobs: release/macos-unsigned.zip LICENSE - # nightly-release-deb: - # runs-on: ubuntu-latest - # 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@v1 - # 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-deb: + runs-on: ubuntu-latest + 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@v1 + 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