Skip to content

Commit

Permalink
[driver] change release tag specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Jul 19, 2024
1 parent a0fcf14 commit 512c79e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.synnax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ jobs:
if: matrix.platform != 'windows-latest' && needs.setup.outputs.changed == 'true'
run: bazel build --enable_platform_specific_config //driver:driver_main --define use_ni=false

- name: Upload Release Asset for Driver Symbols
if: matrix.platform == 'windows-latest' && github.event_name == 'push' && needs.setup.outputs.changed == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh release upload --clobber synnax-v${{ needs.setup.outputs.VERSION }} bazel-bin/driver/driver_main.pdb

- name: Determine Executable Name
id: executable
if: needs.setup.outputs.changed == 'true'
Expand All @@ -169,12 +175,7 @@ jobs:
if: needs.setup.outputs.changed == 'true'
run: mv synnax/pkg/hardware/embedded/assets/driver_main${{ steps.executable.outputs.EXECUTABLE }} synnax/pkg/hardware/embedded/assets/driver${{ steps.executable.outputs.EXECUTABLE }}

- name: Upload Release Asset for Driver Symbols
if: matrix.platform == 'windows-latest' && github.event_name == 'push' && needs.setup.outputs.changed == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh release upload driver_main.pdb bazel-bin/driver/driver_main.pdb


- name: Set up Go
if: needs.setup.outputs.changed == 'true'
uses: actions/setup-go@v5
Expand Down

0 comments on commit 512c79e

Please sign in to comment.