Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
run: |
mkdir release-${{ matrix.os_name }}
cp cmd/qpn/qpn-${{ matrix.os_name }}${{ matrix.extension }} release-${{ matrix.os_name }}/
cp cmd/qpn/config.yaml release-${{ matrix.os_name }}/config.yaml.dist
cp cmd/qpn/README.md release-${{ matrix.os_name }}/
cp config.yaml.dist release-${{ matrix.os_name }}/
cp README.md release-${{ matrix.os_name }}/

- name: Archive Release
run: |
Expand Down Expand Up @@ -108,8 +108,6 @@ jobs:
tag_name: ${{ github.ref_name }}
release_name: Queue Pop Notification ${{ github.ref_name }}
body: |
## Queue Pop Notification ${{ github.ref_name }}

### Downloads available for:
- **Windows**: `queue-pop-notification-windows-amd64-${{ github.ref_name }}.zip`
- **macOS Intel**: `queue-pop-notification-macos-intel-${{ github.ref_name }}.tar.gz`
Expand Down
Loading