Skip to content

Commit

Permalink
ci(rust): attempt to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Aug 9, 2021
1 parent 54dec86 commit 7e14965
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
include:
# Check the 3 platforms and ensure there is not even a single warning
# Check stable on the main platforms and ensure there is not even a single warning
- os: ubuntu-latest
toolchain: stable
clippyargs: -D clippy::pedantic -D warnings
Expand All @@ -40,10 +40,6 @@ jobs:
# Check if it is still running on older Rust versions.
# Sometimes they dont have lint bugfixes which results in false positives -> Dont error, just warn.
# Also some specified lints are not yet existing in the older rust version -> allow unknown lints.
# - os: ubuntu-latest
# toolchain: 1.41.1 # Debian 10 Buster
# clippyargs: -A unknown-lints -A clippy::unknown-clippy-lints
# experimental: false
- os: ubuntu-latest
toolchain: 1.48.0 # Debian 11 Bullseye
clippyargs: -A unknown-lints -A clippy::unknown-clippy-lints
Expand Down Expand Up @@ -161,13 +157,11 @@ jobs:
- name: GitHub Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
with:
files: |
*.zip
*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
aur-publish:
name: AUR ${{ matrix.name }}
Expand Down

0 comments on commit 7e14965

Please sign in to comment.