Skip to content

Commit

Permalink
chore(ci): Use correct image name for archive.org
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Apr 2, 2024
1 parent 022bf16 commit ac10df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
with:
access-key: ${{ secrets.IA_ACCESS_KEY }}
secret-key: ${{ secrets.IA_SECRET_KEY }}
identifier: ${{ env.IMAGE_NAME }}-${{ matrix.major_version }}
identifier: ${{ matrix.image_name }}
files: ${{ steps.build.outputs.output-directory }}

0 comments on commit ac10df8

Please sign in to comment.