Skip to content

Commit

Permalink
reenable nightly for deb
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 23, 2024
1 parent 9c3d76e commit 0cbed14
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cbed14

Please sign in to comment.