Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed Jan 2, 2023
1 parent 53d8763 commit 7a82cb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ jobs:
files: ${{ steps.archive.outputs.archive_path }}
fail_on_unmatched_files: true
tag_name: ${{ needs.release.outputs.tag }}
# name: ${{ jobs.release.outputs.tag }}

- id: generate_unique_id
run: |
echo "${{ toJSON(matrix) }}" >.atrix.txt
- run: |
echo "${{ toJSON(matrix) }}" >matrix.txt
- if: generate_unique_id
echo "result=${{ hashFiles('matrix.txt') }}" >>$GITHUB_OUTPUT
- id: generate_outputs
run: |
Expand Down

0 comments on commit 7a82cb5

Please sign in to comment.