Skip to content

Commit

Permalink
Update nexus-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejMDDV authored Oct 20, 2023
1 parent a9557e5 commit ee510da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nexus-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ jobs:
curl -v -u $NEXUS_USERNAME:$NEXUS_PASSWORD --upload-file ./packages/app/release/latest-mac.yml https://nexus.mudita.com/repository/mudita-center/releases/$ENVIVORMENT_CATALOG_NAME/$APP_VERSION$BUILD_VERSION/latest-mac.yml
curl -v -u $NEXUS_USERNAME:$NEXUS_PASSWORD --upload-file ./packages/app/release/latest.yml https://nexus.mudita.com/repository/mudita-center/releases/$ENVIVORMENT_CATALOG_NAME/$APP_VERSION$BUILD_VERSION/latest.yml
curl -v -u $NEXUS_USERNAME:$NEXUS_PASSWORD --upload-file ./packages/app/release/builder-debug.yml https://nexus.mudita.com/repository/mudita-center/releases/$ENVIVORMENT_CATALOG_NAME/$APP_VERSION$BUILD_VERSION/builder-debug.yml
- name: Create Draft Release
- name: Create draft release
id: create_release
uses: softprops/action-gh-release@v1
run: printenv
with:
files: |
./packages/app/release/Mudita-Center.exe
Expand All @@ -89,9 +90,10 @@ jobs:
./packages/app/release/latest.yml
./packages/app/release/builder-debug.yml
tag_name: ${{ env.GITTAG }}
name: Mudita Center
token: ${{ secrets.MC_GITHUB_ACCESS_TOKEN }}
draft: true
- name: Upload Assets
- name: Push artifacts to github
id: upload_assets
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ee510da

Please sign in to comment.