Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
getneil committed Oct 4, 2023
1 parent 4e636af commit 292c774
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-sign-notarize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ on:
s3-electron-dist-key:
description: "The S3 build key includes the installer files: [zip, dmg, etc, yml] from electron"
value: ${{ jobs.build.outputs.s3-artifacts-key }}
s3-custom-notarized-installers-key:
description: "The S3 build key includes the installer files: [zip, dmg, etc, yml] from notarization strategy done outside of electron"
value: ${{ jobs.build.outputs.s3-artifacts-key }}
jobs:
verify:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
secrets: inherit
upload:
needs: [build_desktop]
if: needs.build_desktop.outputs.s3-custom-notarized-installers-key != ''
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -37,7 +36,7 @@ jobs:
aws-region: us-east-1
- name: s3 artifact download
env:
S3_INSTALLER_KEY: ${{ needs.build_desktop.outputs.s3-custom-notarized-installers-key }}
S3_INSTALLER_KEY: ${{ needs.build_desktop.outputs.s3-electron-dist-key }}
run: aws s3 cp $S3_INSTALLER_KEY dist.tgz

- run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossapp",
"version": "0.3.2",
"version": "0.3.1",
"private": true,
"description": "The Open Source App Store",
"author": "pkgx inc. <hello@pkgx.dev>",
Expand Down

0 comments on commit 292c774

Please sign in to comment.