Skip to content

Commit

Permalink
[ci] Fix CI artifact generation
Browse files Browse the repository at this point in the history
  • Loading branch information
osdeverr committed Feb 12, 2024
1 parent e540d1c commit 593f3da
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 @@ -65,7 +65,7 @@ jobs:
- name: Create CI artifact
uses: actions/upload-artifact@v3
with:
name: '${{ runner.temp }}/re-latest-build/re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}-${{ github.run_id }}'
name: 're-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}-${{ github.run_id }}'
path: '${{ runner.temp }}/re-latest-build/'

- name: Archive release files
Expand Down

0 comments on commit 593f3da

Please sign in to comment.