Skip to content

Commit

Permalink
Merge pull request #6 from eric9n/main
Browse files Browse the repository at this point in the history
action
  • Loading branch information
eric9n authored Jan 5, 2024
2 parents e3fb533 + dd189be commit b3e4340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
mv "$file" "${file}-${RUNNER_OS}-${RUNNER_ARCH}${EXT}"
done
echo "Renamed binaries for upload"
shell: bash

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: binaries-${{ runner.os }}-${{ runner.arch }}
name: ${{ env.BINARY_PREFIX }}-${{ runner.os }}-${{ runner.arch }}
path: |
${BINARY_PREFIX}*-${RUNNER_OS}-${RUNNER_ARCH}${EXT}

0 comments on commit b3e4340

Please sign in to comment.