Skip to content

Commit

Permalink
downgrade robinraju/release-downloader to 1.8; triger bin release via…
Browse files Browse the repository at this point in the history
… publish
  • Loading branch information
seiryIsNotABlock committed Apr 2, 2024
1 parent a42f311 commit 3c21a14
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Download, unzip, test & package latest AirConnect release
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions: read-all
release:
types: [published]

permissions:
contents: write
discussions: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,7 +23,7 @@ jobs:
path: "."
- name: Get latest AirConnect release
id: get_release
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.8
with:
repository: "philippe44/AirConnect"
latest: true
Expand Down Expand Up @@ -60,6 +61,12 @@ jobs:
id: check_created_packages
run: ls -ltR "${GITHUB_WORKSPACE}"/src/dsm7/dist/

- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
src/dsm7/dist/*.spk
- name: Upload releases to artifacts
id: upload_releases
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3c21a14

Please sign in to comment.