Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 committed Dec 19, 2024
1 parent b87c830 commit 628bec4
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
prepare:
if: github.repository_owner == 'viamrobotics'
# if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
container:
image: ghcr.io/viamrobotics/canon:amd64
Expand Down Expand Up @@ -158,23 +158,21 @@ jobs:
name: linux-builds-${{ matrix.platform }}
path: builds

release:
needs: [prepare, build_macos, build_linux]
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
container:
image: ghcr.io/viamrobotics/canon:amd64
# release:
# needs: [prepare, build_macos, build_linux]
# if: github.repository_owner == 'viamrobotics'
# runs-on: [self-hosted, x64]
# container:
# image: ghcr.io/viamrobotics/canon:amd64

steps:
- uses: actions/download-artifact@v3
# steps:
# - uses: actions/download-artifact@v3

- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ needs.prepare.outputs.version }}
files: builds/*
draft: true
prerelease: false
fail_on_unmatched_files: true
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# tag_name: v${{ needs.prepare.outputs.version }}
# files: builds/*
# draft: true
# prerelease: false
# fail_on_unmatched_files: true

0 comments on commit 628bec4

Please sign in to comment.