Compare commits

...
This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Author SHA1 Message Date
4e526a29ac
Merge pull request #16 from cccb/dependabot/github_actions/staging/thedoctor0/zip-release-0.7.6
gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.6
2023-11-14 00:09:42 +01:00
dependabot[bot]
7e0793e078
gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.6
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.6.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](https://github.com/thedoctor0/zip-release/compare/0.7.1...0.7.6)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 16:18:45 +00:00

View file

@ -82,7 +82,7 @@ jobs:
- name: Generate timestamp
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
- name: Create Release Archive
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: zip
filename: ../release-staging-${{ env.timestamp }}.zip
@ -110,7 +110,7 @@ jobs:
- name: Generate timestamp
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
- name: Create Release Archive
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: zip
filename: ../release-production-${{ env.timestamp }}.zip