Skip to content

Commit

Permalink
Updated to AWS SDK 1.x (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 authored Mar 30, 2024
1 parent 672c7cf commit 3bd1ec7
Show file tree
Hide file tree
Showing 8 changed files with 557 additions and 554 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types:
- created

name: Continuous integration
name: Release

env:
DEB_PKG_NAME: kinesis-tailr-${{ github.event.release.tag_name }}-x86_64.deb
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.73.0 # MSRV
- 1.77.0 # MSRV

steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Create Debian package
env:
DESTDIR: '~/kinesis-tailr-deb'
DESTDIR: '/tmp/kinesis-tailr-deb'
run: |
mkdir -p $DESTDIR
RELEASE_VERSION=${{ github.event.release.tag_name }} DESTDIR=$DESTDIR cargo make debian-pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust:
- 1.73.0 # MSRV
- 1.77.0 # MSRV

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 3bd1ec7

Please sign in to comment.