Skip to content

Commit

Permalink
Merge pull request #18 from cooljeanius/master
Browse files Browse the repository at this point in the history
Pull from master again
(decided not to squash after all)
  • Loading branch information
cooljeanius authored Jul 8, 2024
2 parents 28faacf + f7af560 commit a98e3d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
github: cooljeanius
ko_fi: ericgallager
liberapay: egallager
open_collective: cooljeanius
patreon: EricGallager
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ on:
push:
branches:
- master
- main
- dependabot/*
pull_request:
branches:
- master
- main
- dependabot/*
schedule:
- cron: '15 22 * * 6'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osxbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
# # 'compiler' was not transformed because there is no suitable equivalent in GitHub Actions
- run: "./configure CC=${{ matrix.compiler }} && make && make check && make distcheck"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: osxbom-gzipped_tarfile-${{ matrix.compiler }}-${{ matrix.os }}
path: osxbom-0.0.*.tar.gz
- name: Upload another Build Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: osxbom-zipfile-${{ matrix.compiler }}-${{ matrix.os }}
path: osxbom-0.0.*.zip
Expand Down

0 comments on commit a98e3d3

Please sign in to comment.