Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from StrangeRanger/StrangeRanger-patch-1
Browse files Browse the repository at this point in the history
Strange ranger patch 1
  • Loading branch information
StrangeRanger authored Dec 2, 2023
2 parents bf014cc + 1771882 commit 7af244a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test Workflow

on:
push:
tags:
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Release
uses: softprops/action-gh-release@v1
with:
files: Release.txt

0 comments on commit 7af244a

Please sign in to comment.