mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-20 06:27:04 +01:00
Compare commits
1 Commits
v0.1.0-alp
...
v0.1.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc12f83780 |
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -3,7 +3,7 @@ name: "maybe deploy"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+.*"
|
- "v**"
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -13,8 +13,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
concurrency: "ci-${{ github.ref }}" # Recommended if you intend to make multiple deployments in quick succession.
|
concurrency: "ci-${{ github.ref }}" # Recommended if you intend to make multiple deployments in quick succession.
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs: "check-early-exit"
|
|
||||||
if: "needs.check-early-exit.outputs.should-deploy == 'true'"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "dawidd6/action-download-artifact@v3"
|
- uses: "dawidd6/action-download-artifact@v3"
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user