diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7e00abd..7e13b9e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -7,21 +7,22 @@ on: jobs: release: - - name: Install Dependencies - - run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus - - - name: release ${{ matrix.target }} - - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - - target: [x86_64-unknown-linux-musl] - steps: - - uses: actions/checkout@master - - name: Compile and release - uses: rust-build/rust-build.action@v1.4.5 - env: - GITHUB_TOKEN: ${{ secrets.GT_TOKEN }} - with: - RUSTTARGET: ${{ matrix.target }} - EXTRA_FILES: "README.md" \ No newline at end of file + - name: Install Dependencies + - run: sudo apt-get install libdbus-1-dev libdbus-glib-1-dbus + + - name: release ${{ matrix.target }} + - runs-on: ubuntu-latest + - strategy: + fail-fast: false + matrix: + - target: [x86_64-unknown-linux-musl] + - steps: + - uses: actions/checkout@master + - name: Compile and release + uses: rust-build/rust-build.action@v1.4.5 + env: + GITHUB_TOKEN: ${{ secrets.GT_TOKEN }} + with: + RUSTTARGET: ${{ matrix.target }} + EXTRA_FILES: "README.md" \ No newline at end of file