Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 11, 2024
1 parent 5a4ef2c commit 95c8595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ jobs:
uses: actions/[email protected]
with:
name: blocks.dmg
path: packaging/blocks.dmg
path: packaging/blocks.dmg
upload-to-s3:
needs: build
uses: ./.github/workflows/upload-to-s3.yml
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/generate-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
# name: files
path: hello.txt
upload-to-s3:
uses: ./.github/workflows/upload-to-s3.yml
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
run: pwd
- name: Download build-output artifact
uses: actions/download-artifact@v4
# with:
# name: blocks/files
- name: Upload to S3
uses: shallwefootball/s3-upload-action@master
with:
Expand Down

0 comments on commit 95c8595

Please sign in to comment.