We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934b200 commit 2e9d68eCopy full SHA for 2e9d68e
.github/build-phar.sh
@@ -21,8 +21,8 @@ fi
21
box validate || exit 1
22
box compile || exit 1
23
24
-if [ ! -f "./example.phar" ] || [ ! -x "./example.phar" ]; then
25
- (>&2 echo "Something went wrong when building example.phar")
+if [ ! -f "./jose.phar" ] || [ ! -x "./jose.phar" ]; then
+ (>&2 echo "Something went wrong when building jose.phar")
26
(>&2 echo "Aborting.")
27
exit 1
28
fi
.github/workflows/release.yml
@@ -4,17 +4,13 @@ on:
4
push:
5
tags:
6
- '*'
7
+env:
8
+ BOX_VERSION: '3.16.0'
9
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
- steps:
- - name: Set Environment Variables
14
- uses: allenevans/[email protected]
15
- with:
16
- BOX_VERSION: '3.16.0'
17
-
18
- name: Checkout Code
19
uses: actions/checkout@v2
20
with:
0 commit comments