Skip to content

Commit

Permalink
fix pack
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Apr 10, 2024
1 parent ea0590b commit 56d5851
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cactbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cactbot_${{ steps.date.outputs.date }}
path: parse
path: cactbot
if-no-files-found: error
compression-level: 9
2 changes: 1 addition & 1 deletion .github/workflows/foxtts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: foxtts_${{ steps.date.outputs.date }}
path: parse
path: foxtts
if-no-files-found: error
compression-level: 9
2 changes: 1 addition & 1 deletion .github/workflows/ngld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ngld-op_${{ steps.date.outputs.date }}
path: parse
path: ngld
if-no-files-found: error
compression-level: 9
2 changes: 1 addition & 1 deletion .github/workflows/ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ping_${{ steps.date.outputs.date }}
path: parse
path: ping
if-no-files-found: error
compression-level: 9
2 changes: 1 addition & 1 deletion .github/workflows/triggernometry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: triggernometry_${{ steps.date.outputs.date }}
path: parse
path: triggernometry
if-no-files-found: error
compression-level: 9

0 comments on commit 56d5851

Please sign in to comment.