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

Commit

Permalink
Testing release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 17, 2023
1 parent 8101115 commit 77cd1a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
make release
- name: Archive artifacts
uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
name: aws-sso-auth-${{ matrix.os }}-${{ matrix.arch }}
path: target/release/
body: '[Changelog](https://github.com/containerscrew/aws-sso-auth/blob/main/CHANGELOG.md)'
files: "*.zip\n*.rpm"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 77cd1a8

Please sign in to comment.