Skip to content

Commit

Permalink
Pass name and path values to appimage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 8, 2024
1 parent e4da047 commit 4a40764
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-appimage-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
vagrant-artifacts-path: ${{ needs.vagrant-artifacts.outputs.artifacts-path }}
vagrant-gem-name: ${{ needs.vagrant-artifacts.outputs.gem-name }}
vagrant-gem-path: ${{ needs.vagrant-artifacts.outputs.gem-path }}
vagrant-licenses-name: ${{ needs.vagrant-artifacts.outputs.licenses-name }}
vagrant-licenses-path: ${{ needs.vagrant-artifacts.outputs.licenses-path }}
vagrant-version: ${{ needs.vagrant-artifacts.outputs.vagrant-version }}
vagrant-shasum: ${{ needs.vagrant-artifacts.outputs.vagrant-shasum }}
secrets: inherit
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
vagrant-artifacts-path: ${{ needs.vagrant-artifacts.outputs.artifacts-path }}
vagrant-gem-name: ${{ needs.vagrant-artifacts.outputs.gem-name }}
vagrant-gem-path: ${{ needs.vagrant-artifacts.outputs.gem-path }}
vagrant-licenses-name: ${{ needs.vagrant-artifacts.outputs.licenses-name }}
vagrant-licenses-path: ${{ needs.vagrant-artifacts.outputs.licenses-path }}
vagrant-version: ${{ needs.vagrant-artifacts.outputs.vagrant-version }}
vagrant-shasum: ${{ needs.vagrant-artifacts.outputs.vagrant-short-commit-id }}
secrets: inherit
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
vagrant-artifacts-path: ${{ needs.vagrant-artifacts.outputs.artifacts-path }}
vagrant-gem-name: ${{ needs.vagrant-artifacts.outputs.gem-name }}
vagrant-gem-path: ${{ needs.vagrant-artifacts.outputs.gem-path }}
vagrant-licenses-name: ${{ needs.vagrant-artifacts.outputs.licenses-name }}
vagrant-licenses-path: ${{ needs.vagrant-artifacts.outputs.licenses-path }}
vagrant-version: ${{ needs.vagrant-artifacts.outputs.vagrant-version }}
vagrant-shasum: ${{ needs.vagrant-artifacts.outputs.vagrant-shasum }}
secrets: inherit
Expand Down

0 comments on commit 4a40764

Please sign in to comment.