Skip to content

Commit

Permalink
GHA rename artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 29, 2024
1 parent 52f9a79 commit 83f383d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-version-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: image-lex
name: argon2-lex
path: dist/*.lex
- name: Checkout Lucee
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: image-lex
name: argon2-lex
path: dist/*.lex
- name: Checkout Lucee
uses: actions/checkout@v4
Expand Down

0 comments on commit 83f383d

Please sign in to comment.