Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dshatz authored Jan 2, 2024
1 parent 0b38c3e commit d8098b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,15 @@ jobs:
run: |
content=`cat artifacts/version.txt/version.txt`
echo "::set-output name=version::$content"
- name: Display structure of downloaded files
run: ls -R artifacts
- name: Release
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
tag_name: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
files: |
artifacts/linux-${{ steps.version.outputs.version }}
artifacts/windows-${{ steps.version.outputs.version }}.exe
artifacts/linux-${{ steps.version.outputs.version }}/linux-${{ steps.version.outputs.version }}
artifacts/windows-${{ steps.version.outputs.version }}.exe/windows-${{ steps.version.outputs.version }}.exe

0 comments on commit d8098b0

Please sign in to comment.