Skip to content

Commit

Permalink
[CI] absolute pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
k2rate committed Feb 12, 2024
1 parent 5377c48 commit 795c0b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
- name: Create CI artifact
uses: actions/upload-artifact@v3
with:
name: re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}-${{ github.run_id }}
path: ${{ runner.temp }}/re-latest-build/
name: '${{ runner.temp }}/re-latest-build/re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}-${{ github.run_id }}'
path: '${{ runner.temp }}/re-latest-build/'

- name: Archive release files
uses: thedoctor0/[email protected]
with:
type: zip
filename: 're-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'
directory: ${{ runner.temp }}/re-latest-build/
filename: '${{ runner.temp }}/re-latest-build/re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'
directory: '${{ runner.temp }}/re-latest-build/'

- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 795c0b1

Please sign in to comment.