ci: enable Internet Archive upload
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/iso/
|
path: ${{ github.workspace }}/iso/
|
||||||
|
|
||||||
- name: Upload to Internet Archive
|
- name: Upload to Internet Archive
|
||||||
if: false # temporarily disabled until ISO is stable
|
if: true # ISO stable — uploads to archive.org on every master push
|
||||||
env:
|
env:
|
||||||
IA_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
|
IA_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
|
||||||
IA_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
|
IA_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user