diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml deleted file mode 100644 index edfc5cf..0000000 --- a/.github/workflows/build_and_publish.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Build (tag and pull_request) and publish (tag) - -on: - push: - tags: - - v*.*.* - pull_request: -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build - run: docker-compose -f containers/docker-compose.yml up - - name: Show dir - run: ls - - name: Upload Artifact - uses: actions/upload-artifact@v2.3.1 - with: - name: executables - path: | - **.AppImage - - publish: - needs: [build] - runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v') - steps: - - uses: actions/download-artifact@v2 - - uses: "marvinpinto/action-automatic-releases@v1.2.1" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false - files: | - **/*.AppImage diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22d0c9f..cb447d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: toolbxtuner.flatpak - manifest-path: build-aux/org.kuchelmeister.ToolbxTuner.Devel.json + manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json run-tests: true cache-key: flatpak-builder-${{ github.sha }} - name: ls