Skip to content

Commit

Permalink
adding other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Apr 10, 2024
1 parent a5dd6d5 commit ea0590b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/foxtts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: foxtts
on:
workflow_dispatch:
push:
paths:
- 'foxtts/**'
- '.github/workflows/foxtts.yml'
jobs:
zip:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M%S')"
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/upload-artifact@v4
with:
name: foxtts_${{ steps.date.outputs.date }}
path: parse
if-no-files-found: error
compression-level: 9
23 changes: 23 additions & 0 deletions .github/workflows/ping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ping
on:
workflow_dispatch:
push:
paths:
- 'ping/**'
- '.github/workflows/ping.yml'
jobs:
zip:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M%S')"
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/upload-artifact@v4
with:
name: ping_${{ steps.date.outputs.date }}
path: parse
if-no-files-found: error
compression-level: 9
23 changes: 23 additions & 0 deletions .github/workflows/triggernometry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: triggernometry
on:
workflow_dispatch:
push:
paths:
- 'triggernometry/**'
- '.github/workflows/triggernometry.yml'
jobs:
zip:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M%S')"
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/upload-artifact@v4
with:
name: triggernometry_${{ steps.date.outputs.date }}
path: parse
if-no-files-found: error
compression-level: 9

0 comments on commit ea0590b

Please sign in to comment.