Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 1, 2024
1 parent 4786e79 commit f20c2d2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,21 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false

- name: Download generated data from artifact
uses: actions/download-artifact@v4
with:
name: generated-data
path: generated

- run: ls /
- run: ls
- run: ls generated
- run: ls generated/generated

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -78,7 +85,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.GITHUB_REPO }}
tags: |
Expand All @@ -88,7 +95,7 @@ jobs:
type=sha,priority=250,enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
Empty file added pack/index.toml
Empty file.
10 changes: 10 additions & 0 deletions pack/pack.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name = "Arva"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "5a8f9cdac03943355f4d151be0d9768f29edcfcb756e166f1b06d0d765f171a9"

[versions]
minecraft = "1.20.1"

0 comments on commit f20c2d2

Please sign in to comment.