Skip to content

Commit

Permalink
Debug tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doizuc committed Jan 10, 2024
1 parent b5044fd commit 3aaa0c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# Known issue of double zip: https://github.com/actions/upload-artifact/issues/39
# However, need to zip before upload as too many files to send otherwise (very slow)

- name: Output Artifact Name & Id
- name: Output Artifact Name
id: artifact_id
shell: bash
run: echo "${{ matrix.os }}-name=${{ env.BUNDLE_NAME }}" >> $GITHUB_OUTPUT
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: True

- name: Extract Git tag and Artifact names
id: get_variables
Expand Down

0 comments on commit 3aaa0c5

Please sign in to comment.