Skip to content

Commit

Permalink
Fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent 4825d91 commit 2594896
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@ jobs:
name: rubyfmt-source-release
- uses: actions/download-artifact@v3
with:
name: rubyfmt-release-artifact-ubuntu-latest
name: rubyfmt-release-artifact-ubuntu-20.04-native
- uses: actions/download-artifact@v3
with:
name: rubyfmt-release-artifact-macos-latest
name: rubyfmt-release-artifact-ubuntu-20.04-aarch64-unknown-linux-gnu
- uses: actions/download-artifact@v3
with:
name: rubyfmt-release-artifact-macos-latest-native
- id: vars
run: |
echo tag_name=${{github.ref}}-${git rev-list --count HEAD} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2594896

Please sign in to comment.