Skip to content

Commit

Permalink
[ci] Try fixing zipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osdeverr committed Feb 11, 2024
1 parent 62b914b commit 5377c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: zip
filename: '${{ runner.temp }}/../re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'
filename: 're-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'
directory: ${{ runner.temp }}/re-latest-build/

- name: Create release
uses: softprops/action-gh-release@v1
with:
files: '${{ runner.temp }}/../re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'
files: '${{ runner.temp }}/re-latest-build/re-${{ github.ref_name }}-${{ runner.os }}-${{ matrix.arch }}.zip'

- name: Create package definition
if: runner.os == 'Linux'
Expand Down

0 comments on commit 5377c48

Please sign in to comment.