Skip to content

Commit

Permalink
fix(release): release fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Jan 27, 2025
1 parent 6bc2ec4 commit 9dd43ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
threading: ['zts', 'nts']
driver: ['scylladb', 'cassandra']
fail-fast: true
container: malusevd99/scylladb-php-driver:${{ matrix.os }}-php-${{ matrix.php }}-${{ matrix.threading }}
container: malusevd99/scylladb-phpdriver:${{ matrix.os }}-${{ matrix.php }}-${{ matrix.threading }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -49,12 +49,12 @@ jobs:
shell: bash
run: |
./build.sh ${{ matrix.driver }} ${{ needs.tag.outputs.version }}
tar czf ${{ matrix.os }}-php-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz cassandra.so cassandra.ini
tar czf ${{ matrix.os }}-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz cassandra.so cassandra.ini
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-php-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz
path: ${{ matrix.os }}-php-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz
name: ${{ matrix.os }}-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz
path: ${{ matrix.os }}-${{ matrix.php }}-${{ matrix.threading }}-${{ matrix.driver }}.tar.gz
if-no-files-found: error
retention-days: 5
overwrite: true
Expand Down

0 comments on commit 9dd43ed

Please sign in to comment.