Skip to content

Commit

Permalink
added a run on env
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 16, 2024
1 parent afa1ed4 commit 17327fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- env:
VERSION: ${{ needs.setup.outputs.VERSION }}
CHROME: ${{ needs.setup.outputs.CHROME }}
run: echo "Creating $CHROME-v$VERSION"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
- env:
VERSION: ${{ needs.setup.outputs.VERSION }}
FIREFOX: ${{ needs.setup.outputs.FIREFOX }}
run: echo "Creating $FIREFOX-v$VERSION"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -99,6 +101,7 @@ jobs:
- env:
VERSION: ${{ needs.setup.outputs.VERSION }}
SAFARI: ${{ needs.setup.outputs.SAFARI }}
run: echo "Creating $SAFARI-v$VERSION"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 17327fe

Please sign in to comment.