Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Oct 1, 2023
1 parent 74b72f6 commit 415dfd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ env:

jobs:
build:
name: Build and test
uses: ./.github/workflows/build-and-test-template.yml
with:
build-type: debug
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/publish-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
build:
name: Build and test
uses: ./.github/workflows/build-and-test-template.yml
with:
build-type: release
Expand All @@ -19,21 +20,11 @@ jobs:
submodules: 'true'

- name: Download hylo-lsp-artifacts-mac
id: download-artifact
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v2
with:
workflow: build-and-test.yml
name: hylo-lsp-artifacts-mac
path: hylo-lsp-mac

# - name: Download Hylo LSP artifact-common
# id: download-artifact
# uses: dawidd6/action-download-artifact@v2
# with:
# workflow: build-and-test.yml
# name: hylo-lsp-artifacts-common
# path: hylo-lsp-artifacts-common

- name: Package Hylo release artifacts
run: |
set -eo pipefail
Expand Down

0 comments on commit 415dfd6

Please sign in to comment.