Skip to content

Commit

Permalink
fix(ci): steps order (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Jan 5, 2024
1 parent d975cc7 commit 7f31582
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ jobs:
needs: [ build-windows, build-macos, build-linux ]
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout Source
uses: actions/checkout@v4
with:
sparse-checkout: |
Dockerfile
sparse-checkout-cone-mode: false

- name: Download Binaries
uses: actions/download-artifact@v3

Expand All @@ -190,13 +197,6 @@ jobs:
*.zip
*.tar.gz
- name: Checkout Dockerfile
uses: actions/checkout@v4
with:
sparse-checkout: |
Dockerfile
sparse-checkout-cone-mode: false

- name: Build and Publish Docker Image
uses: VaultVulp/[email protected]
with:
Expand Down

0 comments on commit 7f31582

Please sign in to comment.