Skip to content

Commit

Permalink
Update publishMacOsRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu authored Jan 12, 2025
1 parent 834f9d0 commit abd4aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishMacOsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
run: |
version=`cat ${{github.workspace}}/MAC/build6/VERSION_INFO`
echo -n "VERSION_INFO=$version" >> "$GITHUB_ENV"
cp ${{github.workspace}}/MAC/build6/MediaDownloader.dmg ${{github.workspace}}/MAC/build6/MediaDownloader-$version.dmg
cp ${{github.workspace}}/MAC/build6/MediaDownloader.dmg ${{github.workspace}}/MAC/build6/MediaDownloaderQt6-$version.dmg
-
name: Post Bundle
uses: ncipollo/release-action@v1
with:
artifacts: ${{github.workspace}}/MAC/build6/MediaDownloader-${{ env.VERSION_INFO }}.dmg
artifacts: ${{github.workspace}}/MAC/build6/MediaDownloaderQt6-${{ env.VERSION_INFO }}.dmg
tag: ${{ env.VERSION_INFO }}
commit: "main"
allowUpdates: true
Expand Down

0 comments on commit abd4aca

Please sign in to comment.