Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 12, 2024
1 parent e04b6e1 commit 5813502
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 @@ -63,7 +63,7 @@ jobs:
- name: Calc Name (hash)
if: github.event_name != 'create'
run: |
pyp "f'ARTI_NAME=beemod2_dev{'${{ github.sha }}'[:8]}_packages" >> "$GITHUB_ENV"
pyp "f'ARTI_NAME=beemod2_dev{'${{ github.sha }}'[:8]}_packages'" >> "$GITHUB_ENV"
echo "RETENTION=8" >> "$GITHUB_ENV"
- name: Packages upload
Expand Down

0 comments on commit 5813502

Please sign in to comment.