From 9c12bc01ad1e726009a6c7c78b999d9b346d9ffd Mon Sep 17 00:00:00 2001 From: Peter Makowski Date: Tue, 18 Jun 2024 16:55:05 +0200 Subject: [PATCH] test 3.4 upload Signed-off-by: Peter Makowski --- .github/workflows/upload.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 82049c00add..aba8c8569a1 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -4,6 +4,7 @@ on: branches: - main - "3.*" + - "test-34-upload" jobs: upload-build: if: github.repository_owner == 'canonical' @@ -40,18 +41,4 @@ jobs: run: cd build && tar -czf ../${{env.PACKAGE_NAME}} ./ && ls -hs ../${{env.PACKAGE_NAME}} - name: Install upload-assets snap run: sudo snap install upload-assets - - name: Upload to assets server - run: upload-assets --url-path ${{env.PACKAGE_NAME}} ${{env.PACKAGE_NAME}} - env: - UPLOAD_ASSETS_API_TOKEN: ${{secrets.UPLOAD_ASSETS_API_TOKEN}} - - name: Create issue on failure - if: failure() - uses: JasonEtco/create-an-issue@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPO: ${{ github.repository }} - RUN_ID: ${{ github.run_id }} - WORKFLOW: ${{ github.workflow }} - with: - filename: .github/ISSUE_TEMPLATE/ci-failure.md - update_existing: true +