Skip to content

Commit

Permalink
release v1.3.0 (and fix workflow) (#3)
Browse files Browse the repository at this point in the history
* test.yml:specify proper branch (fix workflow)

* remove id
  • Loading branch information
andy5995 authored Oct 8, 2022
1 parent 202ce2a commit 742981f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Test Action
on:
push:
branches:
- main
- trunk
pull_request:
branches:
- main
- trunk

env:
MOD_NAME: community-maps-2

jobs:
build-pyromod:
test:
runs-on: ubuntu-latest
env:
MOD_VERSION: ${{ github.sha }}
Expand All @@ -25,13 +25,11 @@ jobs:
name: ${{ env.MOD_NAME }}
version: ${{ env.MOD_VERSION }}
directory: 'test/${{ env.MOD_NAME }}'
id: build-pyromod
- uses: 0ad-matters/gh-action-build-pyromod@trunk
with:
name: ${{ env.MOD_NAME }}
version: ${{ env.MOD_VERSION }}
directory: 'test/${{ env.MOD_NAME }}'
id: build-pyromod
#- name: Upload Artifacts
## Uploads artifacts (combined into a zip file) to the workflow output page
#uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2022-10-08

* Add optional 'directory' argument
* release v1.3.0

2022-10-07

Expand Down

0 comments on commit 742981f

Please sign in to comment.