Skip to content

Commit

Permalink
Merge pull request #3 from jdart/main
Browse files Browse the repository at this point in the history
Magic releases #2
  • Loading branch information
tapioki authored Jul 8, 2021
2 parents 7e98a67 + e70c136 commit b5e3545
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/architeuthis_dux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Architeuthis dux/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Architeuthis\ dux/gerbers/ &&
cd Architeuthis\ dux/gerbers/ &&
zip ../../Architeuthis-dux.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "architeuthis-dux-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Architeuthis dux ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Architeuthis-dux.zip
33 changes: 33 additions & 0 deletions .github/workflows/dosidicus_gigas_alu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Dosidicus gigas/alu/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Dosidicus\ gigas/alu/gerbers/ &&
cd Dosidicus\ gigas/alu/gerbers/ &&
zip ../../../Dosidicus-giga-alu.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dosidicus-giga-alu-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Dosidicus gigas alu ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Dosidicus-giga-alu.zip
33 changes: 33 additions & 0 deletions .github/workflows/dosidicus_gigas_fr4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Dosidicus gigas/fr4/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Dosidicus\ gigas/fr4/gerbers/ &&
cd Dosidicus\ gigas/fr4/gerbers/ &&
zip ../../../Dosidicus-giga-fr4.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dosidicus-giga-fr4-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Dosidicus gigas fr4 ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Dosidicus-giga-fr4.zip
33 changes: 33 additions & 0 deletions .github/workflows/idiosepius_thailandicus_choc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Idiosepius thailandicus/choc/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Idiosepius\ thailandicus/choc/gerbers/ &&
cd Idiosepius\ thailandicus/choc/gerbers/ &&
zip ../../../Idiosepius-thailandicus-choc.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "idiosepius-thailandicus-choc-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Idiosepius thailandicus choc ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Idiosepius-thailandicus-choc.zip
33 changes: 33 additions & 0 deletions .github/workflows/idiosepius_thailandicus_chocmini.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Idiosepius thailandicus/chocmini/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Idiosepius\ thailandicus/chocmini/gerbers/ &&
cd Idiosepius\ thailandicus/chocmini/gerbers/ &&
zip ../../../Idiosepius-thailandicus-chocmini.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "idiosepius-thailandicus-chocmini-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Idiosepius thailandicus chocmini ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Idiosepius-thailandicus-chocmini.zip
33 changes: 33 additions & 0 deletions .github/workflows/metasepia_pfefferi_alu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Metasepia pfefferi/alu/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Metasepia\ pfefferi/alu/gerbers/ &&
cd Metasepia\ pfefferi/alu/gerbers/ &&
zip ../../../Metasepia-pfefferi-alu.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "metasepia-pfefferi-alu-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Metasepia pfefferi alu ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Metasepia-pfefferi-alu.zip
33 changes: 33 additions & 0 deletions .github/workflows/metasepia_pfefferi_fr4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Metasepia pfefferi/fr4/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Metasepia\ pfefferi/fr4/gerbers/ &&
cd Metasepia\ pfefferi/fr4/gerbers/ &&
zip ../../../Metasepia-pfefferi-fr4.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "metasepia-pfefferi-fr4-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Metasepia pfefferi fr4 ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Metasepia-pfefferi-fr4.zip
33 changes: 33 additions & 0 deletions .github/workflows/sepia_officinalis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Sepia officinalis/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Sepia\ officinalis/gerbers/ &&
cd Sepia\ officinalis/gerbers/ &&
zip ../../Sepia-officinalis.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "sepia-officinalis-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Sepia officinalis ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Sepia-officinalis.zip
33 changes: 33 additions & 0 deletions .github/workflows/todarodes_pacificus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Todarodes pacificus/gerbers/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Todarodes\ pacificus/gerbers/ &&
cd Todarodes\ pacificus/gerbers/ &&
zip ../../Todarodes-pacificus.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "todarodes-pacificus-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Todarodes pacificus ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Todarodes-pacificus.zip
33 changes: 33 additions & 0 deletions .github/workflows/todarodes_sagittatus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
push:
paths:
- 'Todarodes sagittatus/gerbers**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Archive"
run: |
cp LICENSE Todarodes\ pacificus/gerbers/ &&
cd Todarodes\ pacificus/gerbers/ &&
zip ../../Todarodes-sagittatus.zip *
- name: Date Pretty
id: date_pretty
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%m')"
- name: Date Tag
id: date_tag
run: echo "::set-output name=date::$(date +'%Y%m%d%H%m')"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "todarodes-sagittatus-${{ steps.date_tag.outputs.date }}"
prerelease: false
title: "Todarodes sagittatus ${{ steps.date_pretty.outputs.date }}"
files: |
LICENSE
Todarodes-sagittatus.zip

0 comments on commit b5e3545

Please sign in to comment.