Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Mar 6, 2024
1 parent f1c7d2d commit 9a27216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build

on: push

permissions:
contents: write

jobs:
build:
strategy:
Expand Down Expand Up @@ -34,6 +37,7 @@ jobs:
- name: Upload release assets
uses: softprops/action-gh-release@v1
with:
tag_name: "v2.4.9"
files: |
prebuilds/*.tar.gz
./airtunes2.exe

0 comments on commit 9a27216

Please sign in to comment.