Skip to content

Commit

Permalink
build.yml: fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
makigumo committed Jan 7, 2024
1 parent df068e7 commit f9925eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Package dictionary
run: |
npm install -g appdmg
appdmg pkg/pkg.json "Wadoku${{ steps.release-date.outputs.release-date }}.dictionary.dmg"
appdmg pkg/pkg.json "Wadoku${{ steps.date.outputs.release-date }}.dictionary.dmg"
- name: Cleanup
run: |
make clean
Expand All @@ -84,5 +84,5 @@ jobs:
tag: ${{ steps.date.outputs.release-date }}-${{ steps.date.outputs.build-date }}
artifacts: "Wadoku${{ steps.date.outputs.release-date }}.dictionary.dmg"
artifactContentType: application/x-apple-diskimage
body: "Release of wadoku.de data ${{ steps.date.outputs.release-date }}. Built on ${{ steps.date.outputs.date }}."
body: "Release of wadoku.de data ${{ steps.date.outputs.release-date }}.\nBuilt on ${{ steps.date.outputs.build-date }}."
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9925eb

Please sign in to comment.