Skip to content

Commit

Permalink
Improve copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelsen committed Sep 19, 2024
1 parent 773e5d9 commit c727e77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
name: slack-notifier-cli-${{ runner.arch }}
path: slack-notifier-cli-${{ runner.arch }}
change-log:
publish:
strategy:
matrix:
machine: [ubuntu-latest, self-hosted-arm64]
Expand All @@ -64,11 +64,11 @@ jobs:
output: "console"
slack-token: ${{ secrets.SLACK_APP_TOKEN }}
slack-channel: "#releases"
- name: Download a single artifact
- name: Download executable
uses: actions/download-artifact@v4
with:
name: slack-notifier-cli-${{ runner.arch }}
- name: Upload binaries to release
- name: Publish executable as release asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c727e77

Please sign in to comment.