-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from jdart/main
Magic releases #2
- Loading branch information
Showing
10 changed files
with
330 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |