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 17302b1 commit 88b487c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Upload built files
uses: actions/upload-artifact@v4
with:
name: blocks.dmg
name: blocks_mac.dmg
path: packaging/blocks.dmg
upload-to-s3:
needs: build
uses: ./.github/workflows/upload-to-s3.yml
secrets: inherit
with:
file-name: blocks.dmg
file-name: blocks_mac.dmg
3 changes: 0 additions & 3 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
run: pwd
- name: Download build-output artifact
uses: actions/download-artifact@v4
# with:
# path: files
# name: ${{ inputs.file-name }}
- name: ls
run: ls
- name: zip
Expand Down

0 comments on commit 88b487c

Please sign in to comment.