Skip to content

Commit

Permalink
Updated softprops/action-gh-release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Sep 30, 2022
1 parent 95534c7 commit 5ca55f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@ jobs:
chmod +x ports/ci/linux/deploy.sh
./ports/ci/linux/deploy.sh
- name: Release Upload
uses: softprops/action-gh-release@v0.1.6
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.upload }}
with:
files: packages-v4.9/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Daily Build Upload
uses: softprops/action-gh-release@v0.1.6
uses: softprops/action-gh-release@v1
if: ${{ !startsWith(github.ref, 'refs/tags/') && matrix.upload }}
with:
body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})"
body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})<hr>**Note**: Ignore the commit information of the tag, the files in the release keep updating with every new build, these packages were built from ${{ github.sha }} commit."
prerelease: true
files: packages-v4.9/*
name: Daily Build
Expand Down

0 comments on commit 5ca55f1

Please sign in to comment.