Skip to content

Commit

Permalink
CI: Make sure to check out the repo before using custom actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Apr 29, 2024
1 parent 522be32 commit 715b3b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/extension-publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Download GDSiON artifacts
id: artifact-download-step
uses: actions/download-artifact@v4
with:
path: bin
path: artifacts
pattern: libgdsion-${{ matrix.platform }}*
merge-multiple: true

- name: Publish release
uses: ./.github/actions/publish-extension
with:
path: ${{ steps.artifact-download-step.outputs.download-path }}/bin/
path: ${{ steps.artifact-download-step.outputs.download-path }}/artifacts/
platform: ${{ matrix.platform }}

0 comments on commit 715b3b5

Please sign in to comment.