-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
834d26e
commit 9ca920c
Showing
2 changed files
with
117 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,70 +3,70 @@ name: Release | |
on: | ||
release: | ||
types: | ||
- created | ||
- created | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Download all workflow artifacts | ||
uses: dawidd6/action-download-artifact@v6 | ||
with: | ||
workflow: build.yml | ||
branch: ${{ github.event.release.target_commitish }} | ||
# FIXME: I hate this | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv5/avahi2dns | ||
asset_name: avahi2dns-linux-armv5 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv6/avahi2dns | ||
asset_name: avahi2dns-linux-armv6 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv7/avahi2dns | ||
asset_name: avahi2dns-linux-armv7 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-arm64/avahi2dns | ||
asset_name: avahi2dns-linux-arm64 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-amd64/avahi2dns | ||
asset_name: avahi2dns-linux-amd64 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-i386/avahi2dns | ||
asset_name: avahi2dns-linux-i386 | ||
asset_content_type: binary/octet-stream | ||
- name: Download all workflow artifacts | ||
uses: dawidd6/action-download-artifact@v6 | ||
with: | ||
workflow: build.yml | ||
branch: ${{ github.event.release.target_commitish }} | ||
# FIXME: I hate this | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv5/avahi2dns | ||
asset_name: avahi2dns-linux-armv5 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv6/avahi2dns | ||
asset_name: avahi2dns-linux-armv6 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-armv7/avahi2dns | ||
asset_name: avahi2dns-linux-armv7 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-arm64/avahi2dns | ||
asset_name: avahi2dns-linux-arm64 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-amd64/avahi2dns | ||
asset_name: avahi2dns-linux-amd64 | ||
asset_content_type: binary/octet-stream | ||
- name: Upload | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ github.event.release.upload_url }} | ||
asset_path: avahi2dns-linux-i386/avahi2dns | ||
asset_name: avahi2dns-linux-i386 | ||
asset_content_type: binary/octet-stream |