Compare commits
3 Commits
c4f5835424
...
19b04c33e6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19b04c33e6 | ||
|
|
3d2da0a4bc | ||
|
|
a17441cda3 |
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: just build-package
|
run: just build-package
|
||||||
|
|
||||||
- name: Upload extension package
|
- name: Upload extension package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: aerospike-extension
|
name: aerospike-extension
|
||||||
path: aerospike.zip
|
path: aerospike.zip
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: archlinux
|
||||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: aerospike-extension
|
name: aerospike-extension
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user