Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RivMt committed Sep 19, 2023
2 parents 9650e54 + e24950f commit 50c7c36
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create Archive
on:
push:
tags: [ "v*.*.*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Get version name
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: '名工大学生掲示板アシスタント-${{ env.RELEASE_VERSION }}.zip'
exclusions: 'screenshots .gitignore'

0 comments on commit 50c7c36

Please sign in to comment.