Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/WhenGryphonsFly/agbcc
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Aug 18, 2023
2 parents 62207c6 + a1d49ed commit 624f2a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: build
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
permissions:
contents: write
steps:
- name: Update release
uses: johnwbyrd/update-release@v1.0.0
uses: ncipollo/release-action@v1
with:
artifactErrorsFailBuild: true
artifacts: agbcc.tar.gz
commit: github.sha
tag: github.sha
token: ${{ secrets.GITHUB_TOKEN }} # Automatically created by the workflow with a lifetime of one hour
files: agbcc.tar.gz

0 comments on commit 624f2a9

Please sign in to comment.