Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy Verrall 1c9a4b803e Update publish-nym-wallet-macos.yml 2024-01-15 16:32:35 +01:00
Tommy Verrall a0fa3b9b5f Update publish-nym-wallet-macos.yml 2024-01-15 16:17:36 +01:00
+13 -1
View File
@@ -19,7 +19,7 @@ jobs:
outputs:
release_id: ${{ steps.create-release.outputs.id }}
release_date: ${{ fromJSON(steps.create-release.outputs.assets)[0].created_at }}
release_date: ${{ fromJSON(steps.create-release.outputs.assets)[0].published_at }}
version: ${{ steps.release-info.outputs.version }}
filename: ${{ steps.release-info.outputs.filename }}
file_hash: ${{ steps.release-info.outputs.file_hash }}
@@ -93,6 +93,18 @@ jobs:
if: ${{ always() }}
run: |
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
- name: debug print
run: |
echo "Release ID: ${{ steps.create-release.outputs.id }}"
echo "Release Assets: ${{ steps.create-release.outputs.assets }}"
# this is failing somehow, let's see what's being outputted
- name: debug print 2
run: |
echo "Release ID: ${{ steps.create-release.outputs.id }}"
echo "Release Assets: ${{ steps.create-release.outputs.assets }}"
- id: create-release
name: Upload to release based on tag name
uses: softprops/action-gh-release@v1