Skip to content

Commit 2e9d68e

Browse files
committed
Env vars
1 parent 934b200 commit 2e9d68e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/build-phar.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ fi
2121
box validate || exit 1
2222
box compile || exit 1
2323

24-
if [ ! -f "./example.phar" ] || [ ! -x "./example.phar" ]; then
25-
(>&2 echo "Something went wrong when building example.phar")
24+
if [ ! -f "./jose.phar" ] || [ ! -x "./jose.phar" ]; then
25+
(>&2 echo "Something went wrong when building jose.phar")
2626
(>&2 echo "Aborting.")
2727
exit 1
2828
fi

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ on:
44
push:
55
tags:
66
- '*'
7+
env:
8+
BOX_VERSION: '3.16.0'
79

810
jobs:
911
build:
1012
runs-on: ubuntu-latest
1113

12-
steps:
13-
- name: Set Environment Variables
14-
uses: allenevans/[email protected]
15-
with:
16-
BOX_VERSION: '3.16.0'
17-
1814
- name: Checkout Code
1915
uses: actions/checkout@v2
2016
with:

0 commit comments

Comments
 (0)