Skip to content

Commit

Permalink
where are my files...
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Jun 28, 2024
1 parent 9ac4b13 commit 1ed2e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
- name: Make the manifest
run: |
python packs.py manifest --s3-bucket-url https://static.underfoot.rocks
ls -l build/
- name: Set up s3cmd for Digital Ocean
uses: s3-actions/[email protected]
Expand All @@ -252,6 +253,7 @@ jobs:

- name: Upload pack to Digital Ocean
run: |
ls -l build/
s3cmd put build/manifest.json s3://underfoot2/manifest.json
s3cmd setacl s3://underfoot2/manifest.json --acl-public
s3cmd put build/${{ inputs.pack }}.zip s3://underfoot2/${{ inputs.pack }}.zip
Expand Down

0 comments on commit 1ed2e4c

Please sign in to comment.