Skip to content

Commit

Permalink
LTS Release version bump to 1.2.6-S1 and fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
9l authored Oct 17, 2020
1 parent 0731197 commit 376a363
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vyos-v1.2-lts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
ARCHITECTURE: amd64
BUILD_BY: [email protected]
BUILD_TYPE: release
VERSION: "${GITHUB_REF##*v}"
VERSION: 1.2.6-S1
DEBIAN_MIRROR: http://ftp.us.debian.org/debian/

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build ISO
working-directory: ./vyos-build
run: |
./configure --architecture $ARCHITECTURE --build-by $BUILD_BY --build-type $BUILD_TYPE --version ${{ env.VERSION }}
./configure --architecture $ARCHITECTURE --build-by $BUILD_BY --build-type $BUILD_TYPE --version $VERSION
sudo make iso
- name: Upload artifact
Expand All @@ -47,7 +47,6 @@ jobs:
uses: actions/download-artifact@v2
with:
name: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso
path: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso

- name: Create release
id: create_release
Expand All @@ -68,6 +67,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso/vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}.iso
asset_path: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}.iso
asset_name: vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}.iso
asset_content_type: application/octet-stream

0 comments on commit 376a363

Please sign in to comment.