Skip to content

Commit

Permalink
MUST_REVERT: version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Nov 25, 2024
1 parent b3ffec2 commit 0d0f80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Extension with Container
run: |
mkdir "artifacts"
docker run --env VERSION="${{ github.ref_name || '9999.9999.9999' }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-${{ matrix.platform }}"
docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "pskel-build-ubuntu2204-${{ matrix.platform }}"
- name: Upload deb Packages
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu2204/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd "/tmp/ext"
checkinstall \
--pkgname="php-colopl-timeshifter" \
--pkglicense="PHP-3.01" \
--pkgversion="${VERSION}" \
--pkgversion="9999.9999.9999" \
--pkggroup="php" \
--maintainer="[email protected]" \
--requires="php" \
Expand Down

0 comments on commit 0d0f80c

Please sign in to comment.