Skip to content

Commit

Permalink
fix fab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Sep 10, 2022
1 parent a138b0d commit 66e4769
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
paths:
- 'PCB/**'
tags:
- pcb-v*
workflow_dispatch:


Expand Down Expand Up @@ -44,3 +46,13 @@ jobs:
with:
name: ${{ env.BaseFileName }}-fab-${{ steps.date_only.outputs.date_only }}
path: ${{ env.OutputFolder }}/**

# Conditional release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/pcb-v')
with:
files: |
${{ env.OutputFolder }}/*.zip
${{ env.OutputFolder }}/*.pdf
40 changes: 0 additions & 40 deletions .github/workflows/version_fab_release.yml

This file was deleted.

0 comments on commit 66e4769

Please sign in to comment.