Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
rozdolsky33 committed Sep 1, 2024
1 parent 217bb2d commit 31b9ead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
29 changes: 0 additions & 29 deletions .github/old-action.yml

This file was deleted.

36 changes: 1 addition & 35 deletions .github/workflows/download_release.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1 @@
name: Publish package to GitHub Packages
on:
workflow_dispatch:
inputs:
publish_maven:
description: "Publishing to GitHub Packages"
required: true
type: boolean
jobs:
download_jar:
runs-on: ubuntu-latest
steps:
- uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'Testing-By-Specification/testspec-java'
version: 'tags/0.0.4'
file: 'testspec-java-0.0.4-all.jar'
token: ${{ secrets.RELEASE_TOKEN }}

- name: List Build Directory Contents
run: ls -alh

- name: Cech for java
run: java --version

- name: List Build Directory Contents
run: jar xvf testspec-java-0.0.4-all.jar

# - uses: robinraju/release-downloader@v1
# with:
# repository: 'https://github.com/Testing-By-Specification/testspec-java'
# latest: true
# fileName: '*.jar'
# token: ${{ secrets.RELEASE_TOKEN }}

#

0 comments on commit 31b9ead

Please sign in to comment.