Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 12, 2024
1 parent 5813502 commit 64bc639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: github.event_name == 'create'
# Strip folders from ref names, / isn't valid in a filename.
run: |
pyp "f'ARTI_NAME=beemod2_{re.sub('[^a-zA-Z0-9]+', '', Path('${{ github.event.ref }}').stem}_packages')" >> "$GITHUB_ENV"
pyp "f'ARTI_NAME=beemod2_{re.sub('[^a-zA-Z0-9]+', '', Path('${{ github.event.ref }}').stem)}_packages'" >> "$GITHUB_ENV"
echo "RETENTION=30" >> "$GITHUB_ENV"
- name: Calc Name (hash)
Expand Down

0 comments on commit 64bc639

Please sign in to comment.