Skip to content

Commit

Permalink
📎 merge pull request #126 from FWDekker/release-attachments~
Browse files Browse the repository at this point in the history
📎 mommy makes sure her files are attached~
  • Loading branch information
FWDekker authored Apr 28, 2024
2 parents 8848804 + b5ab576 commit 1462a45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ jobs:

build-netbsd:
needs: [ pre-flight-checks ]
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install fpm && Build package
uses: cross-platform-actions/action@v0.22.0
- name: Build package
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: netbsd
version: "9.3"
version: "10.0"
run: |
set -e
export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
target_commitish: main
tag_name: ${{ env.MOMMY_VERSION }}
body_path: RELEASE_NOTES.md
files: mommy*
files: dist/mommy*
draft: false
prerelease: false
discussion_category_name: announcements
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
test-macos:
runs-on: macos-latest
runs-on: macos-12 # fish tests don't seem to work well in macos 14~
steps:
- name: Install dependencies for mommy
run: |
Expand Down Expand Up @@ -429,15 +429,15 @@ jobs:
test-netbsd:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test script and package
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: netbsd
version: "9.3"
version: "10.0"
run: |
set -e
export PATH="/usr/sbin:$PATH" # Add 'pkg_*' commands to path
Expand Down

0 comments on commit 1462a45

Please sign in to comment.