Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 13, 2023
1 parent e29b309 commit c1b3309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
uses: actions/download-artifact@master
with:
name: world
path: ~/download/world.txt
path: world.txt
- name: Generate release notes
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ env.RELEASE_VERSION }}
name: ${{ env.RELEASE_VERSION }}
files: |
/home/runner/download/world.txt
${{ github.workspace }}/world.txt
# files: |
# /home/runner/download/uffizzi-linux-x86_64-${{ env.RELEASE_VERSION }}
# /home/runner/download/uffizzi-darwin-x86_64-${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit c1b3309

Please sign in to comment.