Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abcfy2 authored Mar 18, 2023
1 parent b0b9330 commit 1e7cbae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Set current date as env variable
run: echo "NOW=$(date --utc)" >> $GITHUB_ENV
- uses: dev-drprasad/delete-tag-and-release@v0.1.2
- uses: dev-drprasad/delete-tag-and-release@v0.2.1
with:
delete_release: true
tag_name: continuous
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
zip -j9v "/tmp/${ARCHIVE_NAME}" "${GITHUB_WORKSPACE}"/aria2c*
- name: Prerelease assets
if: github.event_name == 'push' || github.event_name == 'schedule'
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v1
with:
files: /tmp/${{ env.ARCHIVE_NAME }}
prerelease: true
Expand All @@ -106,7 +106,7 @@ jobs:
append_body: true
- name: Upload Github Assets
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v1
with:
files: /tmp/${{ env.ARCHIVE_NAME }}
name: aria2 ${{ env.ARIA2_VER }} static release
Expand Down

0 comments on commit 1e7cbae

Please sign in to comment.