Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NitinAgg authored Aug 16, 2022
1 parent fcec8ed commit 994f4ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
run: |
if [ -z "$VERSION" ]; then export VERSION=$(echo "$GITHUB_REF" | sed 's|refs/tags/v||'); fi
make build-binary
- name: Upload to S3
run: |
if [ -z "$VERSION" ]; then export VERSION=$(echo "$GITHUB_REF" | sed 's|refs/tags/v||'); fi
cd dist/opta
zip -r opta.zip ./*
- name: Upload Linux Release
Expand Down Expand Up @@ -70,6 +67,8 @@ jobs:
scl enable rh-python38 - << \EOF
if [ -z "$VERSION" ]; then export VERSION=$(echo "$GITHUB_REF" | sed 's|refs/tags/v||'); fi
make build-binary
cd dist/opta
zip -r opta.zip ./*
EOF
- name: Upload CentOS Release
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -101,6 +100,8 @@ jobs:
run: |
if [ -z "$VERSION" ]; then export VERSION=$(echo "$GITHUB_REF" | sed 's|refs/tags/v||'); fi
make build-binary
cd dist/opta
zip -r opta.zip ./*
- name: Upload Mac Release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 994f4ba

Please sign in to comment.