Skip to content

Commit

Permalink
ci: Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Dec 23, 2023
1 parent 211d9c0 commit a3c72a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: my-artifact
name: Build
- name: Get The Version
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit a3c72a2

Please # to comment.