Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Oct 17, 2024
1 parent e11eece commit b1a0211
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/checkout@v4
- run: echo "VERSION ${{ needs.build.outputs.VERSION }}"
- name: Setup dotnet
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -147,6 +148,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- run: echo "VERSION ${{ needs.build.outputs.VERSION }}"
- name: Install tools
run: |
Expand All @@ -162,12 +164,16 @@ jobs:
path: ./cmd/proxy/potatodrive-proxy-armhf
- name: Package-armhf
working-directory: ./cmd/proxy
env:
VERSION: ${{ needs.build.outputs.VERSION }}
run: |
echo "Version: $VERSION"
envsubst < debian/changelog.tpl > debian/changelog
dpkg-buildpackage --target-arch armhf --host-arch armhf -b
- name: Package-amd64
working-directory: ./cmd/proxy
env:
VERSION: ${{ needs.build.outputs.VERSION }}
run: |
echo "Version: $VERSION"
envsubst < debian/changelog.tpl > debian/changelog
Expand Down

0 comments on commit b1a0211

Please sign in to comment.