Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions .github/workflows/ci-linux-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

name: CI Linux Release Artifacts
on:
release:
types: [created]
pull_request:

permissions:
contents: write
Expand Down Expand Up @@ -47,20 +46,20 @@ jobs:
avifenc
avifdec
avifgainmaputil
- name: Upload artifacts
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/linux-artifacts.zip
asset_name: linux-artifacts.zip
asset_content_type: application/zip
# - name: Upload artifacts
# uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: build/linux-artifacts.zip
# asset_name: linux-artifacts.zip
# asset_content_type: application/zip

# Use the following instead of the above to test this workflow outside of a release event.
# - name: Upload artifacts
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: linux-artifacts.zip
# path: build/linux-artifacts.zip
- name: Upload artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: linux-artifacts.zip
path: build/linux-artifacts.zip
33 changes: 16 additions & 17 deletions .github/workflows/ci-macos-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

name: CI macOS Release Artifacts
on:
release:
types: [created]
pull_request:

permissions:
contents: write
Expand Down Expand Up @@ -58,20 +57,20 @@ jobs:
avifdec
avifgainmaputil
README.txt
- name: Upload artifacts
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/${{ runner.os }}-artifacts.zip
asset_name: ${{ runner.os }}-artifacts.zip
asset_content_type: application/zip
# - name: Upload artifacts
# uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: build/${{ runner.os }}-artifacts.zip
# asset_name: ${{ runner.os }}-artifacts.zip
# asset_content_type: application/zip

# Use the following instead of the above to test this workflow outside of a release event.
# - name: Upload artifacts
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: ${{ runner.os }}-artifacts.zip
# path: build/${{ runner.os }}-artifacts.zip
- name: Upload artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: ${{ runner.os }}-artifacts.zip
path: build/${{ runner.os }}-artifacts.zip
33 changes: 16 additions & 17 deletions .github/workflows/ci-windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

name: CI Windows Release Artifacts
on:
release:
types: [created]
pull_request:

permissions:
contents: write
Expand Down Expand Up @@ -78,20 +77,20 @@ jobs:
filename: "windows-artifacts.zip"
directory: "build/Release"
path: "*.exe"
- name: Upload artifacts
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/Release/windows-artifacts.zip
asset_name: windows-artifacts.zip
asset_content_type: application/zip
# - name: Upload artifacts
# uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release.
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: build/Release/windows-artifacts.zip
# asset_name: windows-artifacts.zip
# asset_content_type: application/zip

# Use the following instead of the above to test this workflow outside of a release event.
# - name: Upload artifacts
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: windows-artifacts.zip
# path: build/Release/windows-artifacts.zip
- name: Upload artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: windows-artifacts.zip
path: build/Release/windows-artifacts.zip
2 changes: 1 addition & 1 deletion include/avif/avif.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern "C" {
#define AVIF_VERSION_MAJOR 1
#define AVIF_VERSION_MINOR 3
#define AVIF_VERSION_PATCH 0
#define AVIF_VERSION_DEVEL 1
#define AVIF_VERSION_DEVEL 0
#define AVIF_VERSION \
((AVIF_VERSION_MAJOR * 1000000) + (AVIF_VERSION_MINOR * 10000) + (AVIF_VERSION_PATCH * 100) + AVIF_VERSION_DEVEL)

Expand Down
Loading