Skip to content

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 4, 2024
1 parent 1178c4b commit 89423e5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,9 @@ jobs:
- name: Setup continuous release
run: |
if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then
github-release release \
--tag 9.9.9-continuous \
--name "Continuous Build" \
--description "This is an automated build triggered by commit ${{ github.sha }}."
github-release edit \
--tag 9.9.9-continuous \
--name "Continuous Build" \
--description "$DESCRIPTION" \
github-release release --tag 9.9.9-continuous --name "Continuous Build" --description "This is an automated build triggered by commit ${{ github.sha }}."
github-release edit --tag 9.9.9-continuous --name "Continuous Build" --description "$DESCRIPTION"
fi
- name: Add executable
run: |
github-release upload \
--tag 9.9.9-continuous \
--replace \
--name Bane-Of-Wargs \
--file dist/Bane-Of-Wargs
github-release upload --tag 9.9.9-continuous --replace --name Bane-Of-Wargs --file dist/Bane-Of-Wargs

0 comments on commit 89423e5

Please sign in to comment.